Skip to main content
GET
/
screenings
/
packaging
/
pallets
Get pallets
curl --request GET \
  --url https://api.maalbar.dk/screenings/packaging/pallets \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "publicId": "pal_xxxxxxxxxxxx",
      "name": "<string>",
      "functionalUnitValue": 123,
      "width": 123,
      "height": 123,
      "depth": 123,
      "isDefault": true,
      "item": {
        "publicId": "itm_xxxxxxxxxxxx",
        "name": "<string>",
        "displayName": "<string>",
        "functionalUnit": "<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