LIST - List all data agreements
GET {{baseUrl}}/service/verification/data-agreements?offset=<integer>&limit=10&revisionId=<string>
This endpoint is used to list all data agreements available for an organisation defined in the consent building block. The results are paginated.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | string | Requested index for start of resources to be provided in response requested by client | |
limit | number | Number of items returned per page. Requested number of resources to be provided in response requested by client | |
revisionId | string | An object with id revisionId |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"dataAgreements":[{"purpose":"\u003cstring\u003e","purposeDescription":"\u003cstring\u003e","controllerUrl":"\u003cstring\u003e","controllerName":"\u003cstring\u003e","policy":{"thirdPartyDataSharing":"\u003cbool\u003e"},"lifecycle":"\u003cstring\u003e","controllerId":"\u003cstring\u003e","dataAttributes":[{"value":"\u003cError: Could not resolve allOf schema"},{"value":"\u003cError: Could not resolve allOf schema"}],"dpiaSummaryUrl":"\u003cstring\u003e","signature":{}},{"purpose":"\u003cstring\u003e","purposeDescription":"\u003cstring\u003e","controllerUrl":"\u003cstring\u003e","controllerName":"\u003cstring\u003e","policy":{"thirdPartyDataSharing":"\u003cbool\u003e"},"lifecycle":"\u003cstring\u003e","controllerId":"\u003cstring\u003e","dataAttributes":[{"value":"\u003cError: Could not resolve allOf schema"},{"value":"\u003cError: Could not resolve allOf schema"}],"dpiaSummaryUrl":"\u003cstring\u003e","signature":{}}],"pagination":{"currentPage":"\u003cinteger\u003e","totalItems":"\u003cinteger\u003e","totalPages":"\u003cinteger\u003e","limit":"\u003cinteger\u003e","hasPrevious":"\u003cboolean\u003e","hasNext":"\u003cboolean\u003e"}}