Skip to main content
GET
/
screenings
/
materials
Get materials
curl --request GET \
  --url https://api.maalbar.dk/screenings/materials \
  --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
  }
}

Authorizations

X-Api-Key
string
header
required

Response

Successful response

data
object[]
required
pagination
object
required