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
| Name | Description | Additional 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 17"
}
},
"_embedded": {
"sample string 64": [
{
"ReporteeId": "sample string 11",
"PartyUUID": "14d4b119-0350-44c4-89cf-23a53acb476c",
"Name": "sample string 90",
"Type": "sample string 40",
"SocialSecurityNumber": "sample string 9",
"OrganizationNumber": "sample string 1",
"ParentOrganizationNumber": "sample string 55",
"OrganizationForm": "sample string 75",
"Status": "sample string 67",
"_links": {
"self": {
"href": "sample string 8"
}
}
},
{
"ReporteeId": "sample string 11",
"PartyUUID": "14d4b119-0350-44c4-89cf-23a53acb476c",
"Name": "sample string 90",
"Type": "sample string 40",
"SocialSecurityNumber": "sample string 9",
"OrganizationNumber": "sample string 1",
"ParentOrganizationNumber": "sample string 55",
"OrganizationForm": "sample string 75",
"Status": "sample string 67",
"_links": {
"self": {
"href": "sample string 8"
}
}
},
{
"ReporteeId": "sample string 11",
"PartyUUID": "14d4b119-0350-44c4-89cf-23a53acb476c",
"Name": "sample string 90",
"Type": "sample string 40",
"SocialSecurityNumber": "sample string 9",
"OrganizationNumber": "sample string 1",
"ParentOrganizationNumber": "sample string 55",
"OrganizationForm": "sample string 75",
"Status": "sample string 67",
"_links": {
"self": {
"href": "sample string 8"
}
}
}
]
}
}
