Skip to main content
GET
/
screenings
/
{screeningPublicId}
/
components
Get components for a screening
curl --request GET \
  --url https://api.maalbar.dk/screenings/{screeningPublicId}/components \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "publicId": "scc_xxxxxxxxxxxx",
      "amount": 123,
      "applicationWaste": 123,
      "excludePallet": true,
      "excludedScreeningMaterials": [
        {
          "publicId": "scm_xxxxxxxxxxxx"
        }
      ],
      "sourceScreening": {
        "type": "<string>",
        "product": {
          "name": "<string>",
          "customer": {
            "name": "<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