Card orders
Get card order items
Returns the item list of a specific card order.
get/cardorders/{id}/items
Path parameters
idstring required
The unique identifier of the card order.
Query parameters
offsetinteger
Specifies the position of an element in a list of card orders. The response includes a list of card order items that starts at the specified offset.
Default: 0, which means that the response contains all the elements in the list of card order items.
limitinteger
The number of card order items returned per page. Default: 10.
Response
OK - the request has succeeded.
Changes
Changed in 1 of the 51 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○