Skip to main content
GET
/
screenings
/
results
Get all screening results
curl --request GET \
  --url https://api.maalbar.dk/screenings/results \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "sku": "<string>",
      "name": "<string>",
      "material": 123,
      "manufacturing": 123,
      "distribution": 123,
      "usePhase": 123,
      "endOfLife": 123,
      "total": 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