curl --request GET \
--url https://api.maalbar.dk/screenings/packaging \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"publicId": "itm_xxxxxxxxxxxx",
"displayName": "<string>",
"category": "<string>",
"inputs": [
{
"name": "<string>",
"type": "Origin",
"fieldsType": "<string>",
"fields": [
{
"name": "<string>",
"data": {
"publicId": "itm_xxxxxxxxxxxx",
"locationPublicId": "lli_xxxxxxxxxxxx",
"additional": {
"proportion": 123,
"recycleShare": 123,
"materialUnits": {
"DTex": 123
}
}
}
}
]
}
]
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalCount": 123,
"totalPages": 123
}
}Paginated with defaults page=1, pageSize=50
curl --request GET \
--url https://api.maalbar.dk/screenings/packaging \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"publicId": "itm_xxxxxxxxxxxx",
"displayName": "<string>",
"category": "<string>",
"inputs": [
{
"name": "<string>",
"type": "Origin",
"fieldsType": "<string>",
"fields": [
{
"name": "<string>",
"data": {
"publicId": "itm_xxxxxxxxxxxx",
"locationPublicId": "lli_xxxxxxxxxxxx",
"additional": {
"proportion": 123,
"recycleShare": 123,
"materialUnits": {
"DTex": 123
}
}
}
}
]
}
]
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalCount": 123,
"totalPages": 123
}
}