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 53",
  "OrganizationNumber": "sample string 33",
  "Type": "sample string 34",
  "LastChanged": "2024-04-20T01:22:05.0485622+02:00",
  "LastConfirmed": "2024-04-20T01:22:05.0485622+02:00",
  "OfficialContacts": {
    "_links": {
      "self": {
        "href": "sample string 34"
      }
    },
    "_embedded": {
      "sample string 7": [
        {
          "MobileNumber": "sample string 24",
          "MobileNumberChanged": "2024-04-20T01:22:05.0485622+02:00",
          "EMailAddress": "sample string 61",
          "EMailAddressChanged": "2024-04-20T01:22:05.0485622+02:00"
        },
        {
          "MobileNumber": "sample string 24",
          "MobileNumberChanged": "2024-04-20T01:22:05.0485622+02:00",
          "EMailAddress": "sample string 61",
          "EMailAddressChanged": "2024-04-20T01:22:05.0485622+02:00"
        },
        {
          "MobileNumber": "sample string 24",
          "MobileNumberChanged": "2024-04-20T01:22:05.0485622+02:00",
          "EMailAddress": "sample string 61",
          "EMailAddressChanged": "2024-04-20T01:22:05.0485622+02:00"
        }
      ]
    }
  }
}