GET serviceowner/Srr?serviceCode={serviceCode}&serviceEditionCode={serviceEditionCode}&reportee={reportee}

Gets all rights from the service rights registry for a specific service.

Request Information

Parameters

NameDescriptionAdditional 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 1"
    }
  },
  "_embedded": {
    "sample string 82": [
      {
        "Id": 1,
        "ServiceCode": "sample string 11",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 19",
        "Right": "sample string 26",
        "ValidTo": "2024-04-25T09:39:52.8679113+02:00",
        "Condition": {
          "HandledBy": "sample string 85",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 32",
            "sample string 67",
            "sample string 88"
          ]
        },
        "OperationStatus": "sample string 66",
        "_links": {
          "self": {
            "href": "sample string 69"
          }
        }
      },
      {
        "Id": 1,
        "ServiceCode": "sample string 11",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 19",
        "Right": "sample string 26",
        "ValidTo": "2024-04-25T09:39:52.8679113+02:00",
        "Condition": {
          "HandledBy": "sample string 85",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 32",
            "sample string 67",
            "sample string 88"
          ]
        },
        "OperationStatus": "sample string 66",
        "_links": {
          "self": {
            "href": "sample string 69"
          }
        }
      },
      {
        "Id": 1,
        "ServiceCode": "sample string 11",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 19",
        "Right": "sample string 26",
        "ValidTo": "2024-04-25T09:39:52.8679113+02:00",
        "Condition": {
          "HandledBy": "sample string 85",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 32",
            "sample string 67",
            "sample string 88"
          ]
        },
        "OperationStatus": "sample string 66",
        "_links": {
          "self": {
            "href": "sample string 69"
          }
        }
      }
    ]
  }
}