Get card order items

GET {{baseUrl}}/cardorders/:id/items

Returns the item list of a specific card order.

Request Params

KeyDatatypeRequiredDescription
offsetnumberSpecifies 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.
limitnumberThe number of card order items returned per page. Default: 10.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring