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 10",
  "ServiceEditionCode": 2,
  "Reportee": "sample string 41",
  "Right": "sample string 53",
  "ValidTo": "2025-07-03T16:42:11.4527696+02:00",
  "Condition": {
    "HandledBy": "sample string 68",
    "IsRecipient": true,
    "IsSender": true,
    "KeepSessionAlive": true,
    "AllowedRedirectDomain": [
      "sample string 32",
      "sample string 85",
      "sample string 98"
    ]
  },
  "OperationStatus": "sample string 60",
  "_links": {
    "self": {
      "href": "sample string 76"
    }
  }
}