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 62"
    }
  },
  "_embedded": {
    "sample string 51": [
      {
        "Id": 1,
        "ServiceCode": "sample string 37",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 84",
        "Right": "sample string 78",
        "ValidTo": "2024-04-04T13:27:02.0992373+02:00",
        "Condition": {
          "HandledBy": "sample string 65",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 61",
            "sample string 55",
            "sample string 36"
          ]
        },
        "OperationStatus": "sample string 90",
        "_links": {
          "self": {
            "href": "sample string 44"
          }
        }
      },
      {
        "Id": 1,
        "ServiceCode": "sample string 37",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 84",
        "Right": "sample string 78",
        "ValidTo": "2024-04-04T13:27:02.0992373+02:00",
        "Condition": {
          "HandledBy": "sample string 65",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 61",
            "sample string 55",
            "sample string 36"
          ]
        },
        "OperationStatus": "sample string 90",
        "_links": {
          "self": {
            "href": "sample string 44"
          }
        }
      },
      {
        "Id": 1,
        "ServiceCode": "sample string 37",
        "ServiceEditionCode": 2,
        "Reportee": "sample string 84",
        "Right": "sample string 78",
        "ValidTo": "2024-04-04T13:27:02.0992373+02:00",
        "Condition": {
          "HandledBy": "sample string 65",
          "IsRecipient": true,
          "IsSender": true,
          "KeepSessionAlive": true,
          "AllowedRedirectDomain": [
            "sample string 61",
            "sample string 55",
            "sample string 36"
          ]
        },
        "OperationStatus": "sample string 90",
        "_links": {
          "self": {
            "href": "sample string 44"
          }
        }
      }
    ]
  }
}