GET serviceowner/Srr?serviceCode={serviceCode}&serviceEditionCode={serviceEditionCode}&reportee={reportee}
Gets all rights from the service rights registry for a specific service.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
serviceCode | The service code of the service. |
Define this parameter in the request URI. |
serviceEditionCode | The service edition code of the service. |
Define this parameter in the request URI. |
reportee | The reportee (person/organization) having the rights. |
Define this parameter in the request URI. |
Response Information
Returns a list of rights for the specified service, if any.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 2" } }, "_embedded": { "sample string 87": [ { "Id": 1, "ServiceCode": "sample string 88", "ServiceEditionCode": 2, "Reportee": "sample string 53", "Right": "sample string 62", "ValidTo": "2025-06-20T00:23:07.6275667+02:00", "Condition": { "HandledBy": "sample string 44", "IsRecipient": true, "IsSender": true, "KeepSessionAlive": true, "AllowedRedirectDomain": [ "sample string 53", "sample string 68", "sample string 92" ] }, "OperationStatus": "sample string 61", "_links": { "self": { "href": "sample string 65" } } }, { "Id": 1, "ServiceCode": "sample string 88", "ServiceEditionCode": 2, "Reportee": "sample string 53", "Right": "sample string 62", "ValidTo": "2025-06-20T00:23:07.6275667+02:00", "Condition": { "HandledBy": "sample string 44", "IsRecipient": true, "IsSender": true, "KeepSessionAlive": true, "AllowedRedirectDomain": [ "sample string 53", "sample string 68", "sample string 92" ] }, "OperationStatus": "sample string 61", "_links": { "self": { "href": "sample string 65" } } }, { "Id": 1, "ServiceCode": "sample string 88", "ServiceEditionCode": 2, "Reportee": "sample string 53", "Right": "sample string 62", "ValidTo": "2025-06-20T00:23:07.6275667+02:00", "Condition": { "HandledBy": "sample string 44", "IsRecipient": true, "IsSender": true, "KeepSessionAlive": true, "AllowedRedirectDomain": [ "sample string 53", "sample string 68", "sample string 92" ] }, "OperationStatus": "sample string 61", "_links": { "self": { "href": "sample string 65" } } } ] } }