| Object list path |
Path to the list of assets in the response payload. |
An example: $.list |
| API endpoint relative path |
This is the path to the API without the host URL. |
An example: /r2 |
| API query parameters |
Key-value pairs that are appended to the API URL for filtering. Values can be strings, scripts, or references to fields in the credential table. |
An example:
Name [name of query parameter]
Value type [Static values]
Value [a string]
|
| Pagination parameters |
Dynamic parameters used to retrieve subsequent pages of API data. Specify the parameter name, its location in the request (Query, Header, or Body), the path to extract its next value from the API
response, and an optional default value. |
An example of pagination type Offset:
Offset
Parameter name [start]
Location in API request [Query parameters]
Default value [0]
Limit
Parameter name [count]
Location in API request [Query parameters]
Default value [5]
|
| (Optional) Add parameter |
Add custom parameters |
Select Add parameter to define your own parameters. For example, you might want to determine if there are additional pages of data that are included in the API
response. Parameter name [hasMore] Path in API response [$.hasMore] Location in API request [Header parameters] Default value [1] |