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 59"
    }
  },
  "_embedded": {
    "sample string 42": [
      {
        "ReporteeId": "sample string 63",
        "PartyUUID": "2ed10353-9fc2-40ba-94cd-ceebff6daffe",
        "Name": "sample string 22",
        "Type": "sample string 85",
        "SocialSecurityNumber": "sample string 1",
        "OrganizationNumber": "sample string 98",
        "ParentOrganizationNumber": "sample string 98",
        "OrganizationForm": "sample string 1",
        "Status": "sample string 0"
      },
      {
        "ReporteeId": "sample string 63",
        "PartyUUID": "2ed10353-9fc2-40ba-94cd-ceebff6daffe",
        "Name": "sample string 22",
        "Type": "sample string 85",
        "SocialSecurityNumber": "sample string 1",
        "OrganizationNumber": "sample string 98",
        "ParentOrganizationNumber": "sample string 98",
        "OrganizationForm": "sample string 1",
        "Status": "sample string 0"
      },
      {
        "ReporteeId": "sample string 63",
        "PartyUUID": "2ed10353-9fc2-40ba-94cd-ceebff6daffe",
        "Name": "sample string 22",
        "Type": "sample string 85",
        "SocialSecurityNumber": "sample string 1",
        "OrganizationNumber": "sample string 98",
        "ParentOrganizationNumber": "sample string 98",
        "OrganizationForm": "sample string 1",
        "Status": "sample string 0"
      }
    ]
  }
}