GET /cardorders/{id}/items

Returns the item list of a specific card order.

Servers

Path parameters

Name Type Required Description
id String Yes

The unique identifier of the card order.

Query parameters

Name Type Required Description
limit Integer No

The number of card order items returned per page. Default: 10.

offset Integer No

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.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.