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 99", "ServiceEditionCode": 2, "Reportee": "sample string 75", "Right": "sample string 43", "ValidTo": "2024-11-29T20:10:20.3826189+01:00", "Condition": { "HandledBy": "sample string 50", "IsRecipient": true, "IsSender": true, "KeepSessionAlive": true, "AllowedRedirectDomain": [ "sample string 19", "sample string 43", "sample string 10" ] }, "OperationStatus": "sample string 88" }