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 40",
  "ServiceEditionCode": 2,
  "Reportee": "sample string 54",
  "Right": "sample string 72",
  "ValidTo": "2024-04-24T07:28:41.5742645+02:00",
  "Condition": {
    "HandledBy": "sample string 72",
    "IsRecipient": true,
    "IsSender": true,
    "KeepSessionAlive": true,
    "AllowedRedirectDomain": [
      "sample string 27",
      "sample string 64",
      "sample string 71"
    ]
  },
  "OperationStatus": "sample string 88"
}