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 25"
    }
  },
  "_embedded": {
    "sample string 62": [
      {
        "Id": 1,
        "ServiceCode": "sample string 33",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 58",
        "Right": "sample string 46",
        "ValidTo": "2025-12-05T21:46:35.2122551+01:00",
        "Condition": {
          "HandledBy": "sample string 76",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 68",
            "sample string 47",
            "sample string 50"
          ]
        },
        "OperationStatus": "sample string 66",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      },
      {
        "Id": 1,
        "ServiceCode": "sample string 33",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 58",
        "Right": "sample string 46",
        "ValidTo": "2025-12-05T21:46:35.2122551+01:00",
        "Condition": {
          "HandledBy": "sample string 76",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 68",
            "sample string 47",
            "sample string 50"
          ]
        },
        "OperationStatus": "sample string 66",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      },
      {
        "Id": 1,
        "ServiceCode": "sample string 33",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 58",
        "Right": "sample string 46",
        "ValidTo": "2025-12-05T21:46:35.2122551+01:00",
        "Condition": {
          "HandledBy": "sample string 76",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 68",
            "sample string 47",
            "sample string 50"
          ]
        },
        "OperationStatus": "sample string 66",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      }
    ]
  }
}