GET serviceowner/organizations/{organizationNumber}/officialcontacts

Gets a list of official contacts for a specific organization.

Request Information

Parameters

NameDescriptionAdditional 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 4"
    }
  },
  "_embedded": {
    "sample string 25": [
      {
        "MobileNumber": "sample string 39",
        "MobileNumberChanged": "2024-03-28T16:38:13.1608384+01:00",
        "EMailAddress": "sample string 15",
        "EMailAddressChanged": "2024-03-28T16:38:13.1608384+01:00",
        "_links": {
          "self": {
            "href": "sample string 4"
          }
        }
      },
      {
        "MobileNumber": "sample string 39",
        "MobileNumberChanged": "2024-03-28T16:38:13.1608384+01:00",
        "EMailAddress": "sample string 15",
        "EMailAddressChanged": "2024-03-28T16:38:13.1608384+01:00",
        "_links": {
          "self": {
            "href": "sample string 4"
          }
        }
      },
      {
        "MobileNumber": "sample string 39",
        "MobileNumberChanged": "2024-03-28T16:38:13.1608384+01:00",
        "EMailAddress": "sample string 15",
        "EMailAddressChanged": "2024-03-28T16:38:13.1608384+01:00",
        "_links": {
          "self": {
            "href": "sample string 4"
          }
        }
      }
    ]
  }
}