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 14",
  "ServiceEditionCode": 2,
  "Reportee": "sample string 78",
  "Right": "sample string 43",
  "ValidTo": "2025-03-19T10:38:17.1576139+01:00",
  "Condition": {
    "HandledBy": "sample string 28",
    "IsRecipient": true,
    "IsSender": true,
    "KeepSessionAlive": true,
    "AllowedRedirectDomain": [
      "sample string 60",
      "sample string 32",
      "sample string 71"
    ]
  },
  "OperationStatus": "sample string 44",
  "_links": {
    "self": {
      "href": "sample string 43"
    }
  }
}