GET serviceowner/Srr/{id}

Gets a specific right from the service rights registry.

Request Information

Parameters

NameDescriptionAdditional information
id The id of the specific right.

Define this parameter in the request URI.

Response Information

Returns the specified right

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "Id": 1,
  "ServiceCode": "sample string 28",
  "ServiceEditionCode": 2,
  "Reportee": "sample string 58",
  "Right": "sample string 9",
  "ValidTo": "2024-04-20T11:20:52.6885379+02:00",
  "Condition": {
    "HandledBy": "sample string 75",
    "IsRecipient": true,
    "IsSender": true,
    "KeepSessionAlive": true,
    "AllowedRedirectDomain": [
      "sample string 13",
      "sample string 58",
      "sample string 7"
    ]
  },
  "OperationStatus": "sample string 11"
}