Query Parameters
Use query parameters to filter, sort, and paginate API responses
Query parameters are a flexible way to modify the response of an API request. You can use them to filter, sort, and paginate results. They are added to the end of an endpoint URL, following a question mark (?), with multiple parameters separated by an ampersand (&).
URL Structure:
<endpoint>?<parameter1>=<value1>&<parameter2>=<value2>
Parameter | Type | Description |
|---|---|---|
| Boolean | Optional. If set to |
Updated about 1 month ago