v1

latestOpenAPI 3.1.02026-07-2051132407.2 KB
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.

hasNextboolean required

Indicates whether there are more items on the next page.

hasPreviousboolean required

Indicates whether there are more items on the previous page.