Get a list transactions (including submissions through the UI) associated with a dataset. Each of these transaction UUIDs may be used to fetch specific data associated with that transaction.

Log in to see full request history

GET List Dataset Transactions

Get a list transactions (including submissions through the UI) associated with a dataset. Each of these transaction UUIDs may be used to fetch specific data associated with that transaction.

📘

Notes

The default rate limit is 100 requests per minute, which is shown through the response headers X-RateLimit-Limit and X-RateLimit-Remaining.

API keys and secrets are generated in The Data Standards Cloud UI, and they are given the same permissions as the user who created them. Talk to your CSM for additional information.

Path Params
string
required
Defaults to datasetUuid

datasetUuid

Query Params
string
Defaults to start-date

Returns transactions with a transaction date after (inclusive) the specified start-date. Ex. ".../transactions?start-date=2023-03-01&end-date=2023-04-10"

string
Defaults to end-date

Returns transactions with a transaction date before (inclusive) the specified end-date.

Headers
int32

Number of requests allowed per minute.

int32

Number of requests available in the current minute.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json