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 76" } }, "_embedded": { "sample string 84": [ { "MobileNumber": "sample string 71", "MobileNumberChanged": "2024-11-29T00:58:27.6114405+01:00", "EMailAddress": "sample string 11", "EMailAddressChanged": "2024-11-29T00:58:27.6114405+01:00" }, { "MobileNumber": "sample string 71", "MobileNumberChanged": "2024-11-29T00:58:27.6114405+01:00", "EMailAddress": "sample string 11", "EMailAddressChanged": "2024-11-29T00:58:27.6114405+01:00" }, { "MobileNumber": "sample string 71", "MobileNumberChanged": "2024-11-29T00:58:27.6114405+01:00", "EMailAddress": "sample string 11", "EMailAddressChanged": "2024-11-29T00:58:27.6114405+01:00" } ] } }