Authorizations
Path Parameters
The ID of the response to retrieve input items for.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
The order to return the input items in. Default is asc
.
asc
: Return the input items in ascending order.desc
: Return the input items in descending order.
Available options:
asc
, desc
An item ID to list items after, used in pagination.
An item ID to list items before, used in pagination.
Response
200 - application/json
OK
A list of Response items.
The type of object returned, must be list
.
Available options:
list
A list of items used to generate this response.
Whether there are more items available.
The ID of the first item in the list.
The ID of the last item in the list.