GET reportees?serviceCode={serviceCode}&serviceEdition={serviceEdition}&showConsentReportees={showConsentReportees}

Gets all entities with access to the given service (identified by ServiceCode and ServiceEdition

Request Information

Parameters

NameDescriptionAdditional information
serviceCode ServiceCode of the service the result should be filtered on

Define this parameter in the request URI.

serviceEdition ServiceEdition of the service the result should be filtered on

Define this parameter in the request URI.

queryOptions OData query options

None.

showConsentReportees Obsolete: This parameter is no longer in use.

Define this parameter in the request URI.

Response Information

All entities with access to the given service

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 23"
    }
  },
  "_embedded": {
    "sample string 46": [
      {
        "ReporteeId": "sample string 59",
        "PartyUUID": "fade40b5-75da-4106-b266-5b6fd6fc6136",
        "Name": "sample string 16",
        "Type": "sample string 27",
        "SocialSecurityNumber": "sample string 48",
        "OrganizationNumber": "sample string 25",
        "ParentOrganizationNumber": "sample string 75",
        "OrganizationForm": "sample string 29",
        "Status": "sample string 79",
        "_links": {
          "self": {
            "href": "sample string 60"
          }
        }
      },
      {
        "ReporteeId": "sample string 59",
        "PartyUUID": "fade40b5-75da-4106-b266-5b6fd6fc6136",
        "Name": "sample string 16",
        "Type": "sample string 27",
        "SocialSecurityNumber": "sample string 48",
        "OrganizationNumber": "sample string 25",
        "ParentOrganizationNumber": "sample string 75",
        "OrganizationForm": "sample string 29",
        "Status": "sample string 79",
        "_links": {
          "self": {
            "href": "sample string 60"
          }
        }
      },
      {
        "ReporteeId": "sample string 59",
        "PartyUUID": "fade40b5-75da-4106-b266-5b6fd6fc6136",
        "Name": "sample string 16",
        "Type": "sample string 27",
        "SocialSecurityNumber": "sample string 48",
        "OrganizationNumber": "sample string 25",
        "ParentOrganizationNumber": "sample string 75",
        "OrganizationForm": "sample string 29",
        "Status": "sample string 79",
        "_links": {
          "self": {
            "href": "sample string 60"
          }
        }
      }
    ]
  }
}