In App Query Parameters

Kevin Wilde

Last Update 11 天前

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
  1. While editing your request, click the plus icon in the Parameter column.
  2. Select the Query radio button.
  3. Enter the name of your query parameter in the Name field.
  4. Enter the parameter value in the Value field.
  5. Click the Save button at the top of the request editor.
Query Parameter Example:

To add status=active to a request URL, enter the following:

  • Name: status
  • Value: active
This will result in a URL like: https://ex.com/items?status=active 

If your endpoint already has other query parameters, APIEase will append your values accordingly.

You can also use embedded parameters to dynamically set parameters from your storefront.

Was this article helpful?

0 out of 0 liked this article