GET serviceowner/consents?serviceCode={serviceCode}&serviceEditionCode={serviceEditionCode}&status[0]={status[0]}&status[1]={status[1]}&continuation={continuation}
Get a list of all consents offered by reportees for the specified service.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
queryOptions | OData Query details. This object is created by the Framework based on parameters in the url. |
None. |
serviceCode | (Required) The external service code for the service |
Define this parameter in the request URI. |
serviceEditionCode | (Required) The external service edition code for the service |
Define this parameter in the request URI. |
status | Array of consent status to included in the list. Possible statuses are 'Active' and 'Revoked'. By default both statuses are included in the returned list. |
Define this parameter in the request URI. |
continuation | Continuation token to continue this query from a previous response. Each response that returns a non-empty list of consents will also contain a valid continuation token, based on the last consent in the list. The format is {timestamp}_{id}, where the timestamp format is yyyy'-'MM'-'dd'T'HH':'mm':'ss.fff. Example of continuation token: 2020-01-01T08:30:00.010_23 |
Define this parameter in the request URI. |
Response Information
Returns a list of consents for the specified service.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 78" } }, "_embedded": { "sample string 15": [ { "ConsentId": 1, "AuthorizationCode": "sample string 62", "Status": "sample string 68", "OfferedBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "CoveredBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "HandledBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "Created": "2025-04-25T08:05:24.7092313+02:00", "ValidTo": "2025-04-25T08:05:24.7092313+02:00", "LastChanged": "2025-04-25T08:05:24.7092313+02:00", "_links": { "self": { "href": "sample string 85" } } }, { "ConsentId": 1, "AuthorizationCode": "sample string 62", "Status": "sample string 68", "OfferedBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "CoveredBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "HandledBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "Created": "2025-04-25T08:05:24.7092313+02:00", "ValidTo": "2025-04-25T08:05:24.7092313+02:00", "LastChanged": "2025-04-25T08:05:24.7092313+02:00", "_links": { "self": { "href": "sample string 85" } } }, { "ConsentId": 1, "AuthorizationCode": "sample string 62", "Status": "sample string 68", "OfferedBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "CoveredBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "HandledBy": { "ReporteeId": "sample string 96", "PartyUUID": "a829e933-2c17-45ea-b3ef-1b4e637da3ee", "Name": "sample string 64", "Type": "sample string 33", "SocialSecurityNumber": "sample string 75", "OrganizationNumber": "sample string 73", "ParentOrganizationNumber": "sample string 66", "OrganizationForm": "sample string 17", "Status": "sample string 17" }, "Created": "2025-04-25T08:05:24.7092313+02:00", "ValidTo": "2025-04-25T08:05:24.7092313+02:00", "LastChanged": "2025-04-25T08:05:24.7092313+02:00", "_links": { "self": { "href": "sample string 85" } } } ] }, "continuationtoken": "sample string 90" }