GET registrationdocuments Id

GET/registrationdocuments/{id}
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idinteger
Formatint32

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/registrationdocuments/0"
{
  "id": 0,
  "nameDutch": "string",
  "nameEnglish": "string",
  "url": "string",
  "sortOrder": 0
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "message": "string"
}