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 27" } }, "_embedded": { "sample string 97": [ { "ReporteeId": "sample string 13", "PartyUUID": "618a47d2-e8b7-4d05-86bc-fd2023953345", "Name": "sample string 61", "Type": "sample string 74", "SocialSecurityNumber": "sample string 32", "OrganizationNumber": "sample string 40", "ParentOrganizationNumber": "sample string 59", "OrganizationForm": "sample string 65", "Status": "sample string 74" }, { "ReporteeId": "sample string 13", "PartyUUID": "618a47d2-e8b7-4d05-86bc-fd2023953345", "Name": "sample string 61", "Type": "sample string 74", "SocialSecurityNumber": "sample string 32", "OrganizationNumber": "sample string 40", "ParentOrganizationNumber": "sample string 59", "OrganizationForm": "sample string 65", "Status": "sample string 74" }, { "ReporteeId": "sample string 13", "PartyUUID": "618a47d2-e8b7-4d05-86bc-fd2023953345", "Name": "sample string 61", "Type": "sample string 74", "SocialSecurityNumber": "sample string 32", "OrganizationNumber": "sample string 40", "ParentOrganizationNumber": "sample string 59", "OrganizationForm": "sample string 65", "Status": "sample string 74" } ] } }