GET serviceowner/organizations/{organizationNumber}
Gets information about a single organization. The operation supports the OData keyword $expand. Example: "$expand=OfficialContacts".
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
organizationNumber | The organization number to retrieve information about. |
Define this parameter in the request URI. |
Response Information
The organization data.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "Name": "sample string 59", "OrganizationNumber": "sample string 0", "Type": "sample string 62", "LastChanged": "2025-05-09T22:05:35.8397515+02:00", "LastConfirmed": "2025-05-09T22:05:35.8397515+02:00", "OfficialContacts": { "_links": { "self": { "href": "sample string 2" } }, "_embedded": { "sample string 1": [ { "MobileNumber": "sample string 54", "MobileNumberChanged": "2025-05-09T22:05:35.8397515+02:00", "EMailAddress": "sample string 25", "EMailAddressChanged": "2025-05-09T22:05:35.8397515+02:00" }, { "MobileNumber": "sample string 54", "MobileNumberChanged": "2025-05-09T22:05:35.8397515+02:00", "EMailAddress": "sample string 25", "EMailAddressChanged": "2025-05-09T22:05:35.8397515+02:00" }, { "MobileNumber": "sample string 54", "MobileNumberChanged": "2025-05-09T22:05:35.8397515+02:00", "EMailAddress": "sample string 25", "EMailAddressChanged": "2025-05-09T22:05:35.8397515+02:00" } ] } }, "_links": { "self": { "href": "sample string 60" } } }