Skip to main content
GET
/
screenings
/
components
Get components
curl --request GET \
  --url https://api.maalbar.dk/screenings/components \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "publicId": "scr_xxxxxxxxxxxx",
      "name": "<string>",
      "pallet": {
        "name": "<string>"
      },
      "packaging": [
        {
          "publicId": "scm_xxxxxxxxxxxx",
          "name": "<string>"
        }
      ]
    }
  ],
  "pagination": {
    "page": 123,
    "pageSize": 123,
    "totalCount": 123,
    "totalPages": 123
  }
}

Authorizations

X-Api-Key
string
header
required

Response

Successful response

data
object[]
required
pagination
object
required