Get Organisation for a OrganisationTypeId
GET/api/organisationType/:organisationTypeId
API used to get the Organisation type for a specific OrganisationId
Request
Responses
- 200
- 403
- 404
- 500
Returns the Organisation type
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the OrganisationTypeId specified does not exist
Internal error that prevented the retreival of Organisation type