/registrations/{id}/appointment

GET registrations (with the specified identifier) - appointment

Path Parameters
  • id
    Type: string
    required
Responses
  • application/json
  • application/json
Request Example for get/registrations/{id}/appointment
curl 'https://api.bedrijvencheck.nl/24/registrations/{id}/appointment' \
  --header 'Authorization: Basic username:password'
{
  "appointments": [
    {
      "appointment_id": "string",
      "registration_id": "string",
      "status": "string",
      "type": "string",
      "keysafe_id": "string",
      "location_id": "string",
      "location_name": "string",
      "external_id": "string",
      "start_date": "string",
      "end_date": "string"
    }
  ]
}