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 99",
  "OrganizationNumber": "sample string 75",
  "Type": "sample string 38",
  "LastChanged": "2026-01-06T13:42:27.6753301+01:00",
  "LastConfirmed": "2026-01-06T13:42:27.6753301+01:00",
  "OfficialContacts": {
    "_links": {
      "self": {
        "href": "sample string 61"
      }
    },
    "_embedded": {
      "sample string 13": [
        {
          "MobileNumber": "sample string 11",
          "MobileNumberChanged": "2026-01-06T13:42:27.6753301+01:00",
          "EMailAddress": "sample string 26",
          "EMailAddressChanged": "2026-01-06T13:42:27.6753301+01:00"
        },
        {
          "MobileNumber": "sample string 11",
          "MobileNumberChanged": "2026-01-06T13:42:27.6753301+01:00",
          "EMailAddress": "sample string 26",
          "EMailAddressChanged": "2026-01-06T13:42:27.6753301+01:00"
        },
        {
          "MobileNumber": "sample string 11",
          "MobileNumberChanged": "2026-01-06T13:42:27.6753301+01:00",
          "EMailAddress": "sample string 26",
          "EMailAddressChanged": "2026-01-06T13:42:27.6753301+01:00"
        }
      ]
    }
  },
  "_links": {
    "self": {
      "href": "sample string 23"
    }
  }
}