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 59"
    }
  },
  "_embedded": {
    "sample string 12": [
      {
        "Id": 1,
        "ServiceCode": "sample string 63",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 37",
        "Right": "sample string 59",
        "ValidTo": "2024-12-03T22:47:30.2176968+01:00",
        "Condition": {
          "HandledBy": "sample string 81",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 92",
            "sample string 22",
            "sample string 48"
          ]
        },
        "OperationStatus": "sample string 79",
        "_links": {
          "self": {
            "href": "sample string 47"
          }
        }
      },
      {
        "Id": 1,
        "ServiceCode": "sample string 63",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 37",
        "Right": "sample string 59",
        "ValidTo": "2024-12-03T22:47:30.2176968+01:00",
        "Condition": {
          "HandledBy": "sample string 81",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 92",
            "sample string 22",
            "sample string 48"
          ]
        },
        "OperationStatus": "sample string 79",
        "_links": {
          "self": {
            "href": "sample string 47"
          }
        }
      },
      {
        "Id": 1,
        "ServiceCode": "sample string 63",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 37",
        "Right": "sample string 59",
        "ValidTo": "2024-12-03T22:47:30.2176968+01:00",
        "Condition": {
          "HandledBy": "sample string 81",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 92",
            "sample string 22",
            "sample string 48"
          ]
        },
        "OperationStatus": "sample string 79",
        "_links": {
          "self": {
            "href": "sample string 47"
          }
        }
      }
    ]
  }
}