GET serviceowner/organizations/{organizationNumber}/officialcontacts
Gets a list of official contacts for a specific organization.
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 list of official contacts for the specified organization.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 0" } }, "_embedded": { "sample string 45": [ { "MobileNumber": "sample string 97", "MobileNumberChanged": "2025-06-19T22:59:33.4899194+02:00", "EMailAddress": "sample string 28", "EMailAddressChanged": "2025-06-19T22:59:33.4899194+02:00", "_links": { "self": { "href": "sample string 31" } } }, { "MobileNumber": "sample string 97", "MobileNumberChanged": "2025-06-19T22:59:33.4899194+02:00", "EMailAddress": "sample string 28", "EMailAddressChanged": "2025-06-19T22:59:33.4899194+02:00", "_links": { "self": { "href": "sample string 31" } } }, { "MobileNumber": "sample string 97", "MobileNumberChanged": "2025-06-19T22:59:33.4899194+02:00", "EMailAddress": "sample string 28", "EMailAddressChanged": "2025-06-19T22:59:33.4899194+02:00", "_links": { "self": { "href": "sample string 31" } } } ] } }