GET serviceowner/organizations/{organizationNumber}

Gets information about a single organization. The operation supports the OData keyword $expand. Example: "$expand=OfficialContacts".

Request Information

Parameters

NameDescriptionAdditional 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 31",
  "OrganizationNumber": "sample string 33",
  "Type": "sample string 12",
  "LastChanged": "2024-12-04T22:25:34.8760968+01:00",
  "LastConfirmed": "2024-12-04T22:25:34.8760968+01:00",
  "OfficialContacts": {
    "_links": {
      "self": {
        "href": "sample string 9"
      }
    },
    "_embedded": {
      "sample string 6": [
        {
          "MobileNumber": "sample string 93",
          "MobileNumberChanged": "2024-12-04T22:25:34.8760968+01:00",
          "EMailAddress": "sample string 81",
          "EMailAddressChanged": "2024-12-04T22:25:34.8760968+01:00"
        },
        {
          "MobileNumber": "sample string 93",
          "MobileNumberChanged": "2024-12-04T22:25:34.8760968+01:00",
          "EMailAddress": "sample string 81",
          "EMailAddressChanged": "2024-12-04T22:25:34.8760968+01:00"
        },
        {
          "MobileNumber": "sample string 93",
          "MobileNumberChanged": "2024-12-04T22:25:34.8760968+01:00",
          "EMailAddress": "sample string 81",
          "EMailAddressChanged": "2024-12-04T22:25:34.8760968+01:00"
        }
      ]
    }
  },
  "_links": {
    "self": {
      "href": "sample string 44"
    }
  }
}