GET
/
supply-chains
/
entity-cards
curl --request GET \
  --url http://localhost:3000/connect/v1/supply-chains/entity-cards/ \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "id": "<string>",
      "card": {
        "id": "<string>",
        "card_id": "<string>",
        "updated_on": "2023-11-07T05:31:56Z",
        "created_on": "2023-11-07T05:31:56Z",
        "display_id": "<string>",
        "creator": "<string>",
        "updater": "<string>"
      },
      "updated_on": "2023-11-07T05:31:56Z",
      "created_on": "2023-11-07T05:31:56Z",
      "is_active": true,
      "creator": "<string>",
      "updater": "<string>",
      "entity": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

card_id
string
created_after
number
limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

Response

200 - application/json
count
integer
required
results
object[]
required
next
string | null
previous
string | null