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 27", "ServiceEditionCode": 2, "Reportee": "sample string 76", "Right": "sample string 55", "ValidTo": "2025-06-20T00:33:10.5407458+02:00", "Condition": { "HandledBy": "sample string 6", "IsRecipient": true, "IsSender": true, "KeepSessionAlive": true, "AllowedRedirectDomain": [ "sample string 75", "sample string 37", "sample string 38" ] }, "OperationStatus": "sample string 50", "_links": { "self": { "href": "sample string 56" } } }