Get List of Transactions

Use this API to retrieve a list of all consent transactions. The response will include information about each transaction, the corresponding consent date, and details of the Purposes and the associated Purpose Preferences that the data subject has interacted with.

πŸ—’

Things to Know

  • The timespan for the fromDate and toDate values must be 24 hours or less.
  • The collectionPointAttributes parameter will be returned as null when left blank during normal ingestion (API collection point, webform) and as {} when left blank during bulk import.
Query Params
date-time

Retrieve transactions recorded after the specified date. Formats accepted: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS

date-time

Retrieve transactions recorded up to the specified date. Formats accepted: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS

uuid

UUID of the Collection Point

int32
β‰₯ 0
Defaults to 0

Results page to be retrieved (0..N).

int32
1 to 50
Defaults to 20

Number of records per page (1..50).

string
enum
Defaults to consentCreationDate,desc

Sorting criteria in the format: property,direction (where direction is asc or desc). Supported properties: consentCreationDate.

Allowed:
Body Params
string

Request continuation token used to paginate. If the number of records in the response is more than a page, it returns a requestContinuation token in the response. This requestContinuation token should be passed to the next request's body to paginate.

string

Request continuation token used to paginate over historical receipts

Responses

400

Bad Request

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*