In-app query parameters
You can add query parameters to any APIEase request directly from the request editor. Query parameters are used to pass key-value pairs in the URL, usually for filtering, identifying, or paginating data in API requests.
How to add a query parameter
While editing your request:
- Click the plus icon in the Parameter column.
- Select the Query radio button.
- Enter the query parameter name in the Name field.
- Enter the parameter value in the Value field.
- Click Save at the top of the request editor.
Query parameter example
To add status=active to a request URL:
- Name:
status - Value:
activeResult:https://example.com/items?status=active(additional query parameters are appended automatically).
You can also use embedded parameters to dynamically set parameters from your storefront.
