cURL
curl --request GET \ --url https://api.maalbar.dk/screenings/{screeningPublicId} \ --header 'X-Api-Key: <api-key>'
{ "publicId": "scr_xxxxxxxxxxxx", "lightSocketType": "<string>", "amountOfLightSockets": 0, "transportLocationPublicId": "trl_xxxxxxxxxxxx", "distributionPublicId": "csh_xxxxxxxxxxxx", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "totalWeight": 123, "energyOperationalConsumption": 123, "energyStandbyConsumption": 123, "lightSourceOperationalConsumption": 123, "lightSourceStandbyConsumption": 123, "notes": "<string>" }
Successful response
16
"scr_xxxxxxxxxxxx"
x >= 0
"trl_xxxxxxxxxxxx"
"csh_xxxxxxxxxxxx"