GET serviceowner/Srr/{id}
Gets a specific right from the service rights registry.
Request Information
Parameters
| Name | Description | Additional 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 36",
"ServiceEditionCode": 2,
"Reportee": "sample string 30",
"Right": "sample string 69",
"ValidTo": "2026-02-06T02:20:43.7595741+01:00",
"Condition": {
"HandledBy": "sample string 96",
"IsRecipient": true,
"IsSender": true,
"KeepSessionAlive": true,
"AllowedRedirectDomain": [
"sample string 55",
"sample string 64",
"sample string 29"
]
},
"OperationStatus": "sample string 49"
}
