cURL
curl --request GET \ --url https://api.maalbar.dk/screenings \ --header 'X-Api-Key: <api-key>'
{ "data": [ { "publicId": "scr_xxxxxxxxxxxx", "product": { "publicId": "prd_xxxxxxxxxxxx", "name": "<string>", "ean": "<string>", "sku": "<string>" }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "totalWeight": 123, "notes": "<string>", "publishedAt": "2023-11-07T05:31:56Z", "publishNote": "<string>" } ], "pagination": { "page": 123, "pageSize": 123, "totalCount": 123, "totalPages": 123 } }
Get all screenings for the current customer. Paginated with defaults page=1, pageSize=50
Successful response
Show child attributes