Binary

GET

{domain}/neo-atlas/fhir/Binary/{id}

Route that fetch requested binary. It returns one entity.

  • The logical identifier {id} of the FHIR binary must be added as a path parameter.

  • Responses

    • OK (200)
      • The binary entity is in the response body.
    • BadRequest (400)
      • The parameter {id} is null, empty or consists of white-space characters.
    • Forbidden (403)
      • Insufficient rights to the resource.
    • NotFound (404)
      • The binary wasn't found.
    • InternalServerError (500)
      • An unexpected error has occured.