The URL Parameters Utility provides tools for working with URL query parameters, offering functionality for parsing, encoding, decoding, and manipulating URL parameter strings.
- Parse URL parameter strings into key-value pairs
- Encode and decode URL parameters
- Convert between URL parameter strings and JSON objects
- Modify URL parameters and rebuild parameter strings
Detailed API documentation is available in the API Guide.
For practical examples of how to use the URL Parameters Utility, see the Examples document.
This utility is implemented through:
URLParamProcessor
- Core processor class that handles parameter operations- REST API endpoints - Web interface for URL parameter processing
To start using the URL Parameters Utility, see the example requests in the Examples document.