GET organizations/{organizationId}

Gets an organization by its organization number.

Request Information

Parameters

NameDescriptionAdditional information
organizationId Organization number of the organization to retrieve.

Define this parameter in the request URI.

Response Information

The organization with the given organization number.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "ReporteeId": "sample string 91",
  "PartyUUID": "1466cc0a-b5f1-4e0d-8701-2bd9951599f6",
  "Name": "sample string 58",
  "Type": "sample string 15",
  "SocialSecurityNumber": "sample string 24",
  "OrganizationNumber": "sample string 28",
  "ParentOrganizationNumber": "sample string 95",
  "OrganizationForm": "sample string 1",
  "Status": "sample string 87",
  "_links": {
    "self": {
      "href": "sample string 80"
    }
  }
}