Data Tables
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger ยท min: 1Optional
Page number (default 1)
pageSizeinteger ยท min: 1 ยท max: 100Optional
Items per page (default 20, max 100)
Responses
200
Paginated list of data tables
application/json
401
Unauthorized
get
/data-tables/getAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
dataTableIdstringRequired
Data table request identifier
Responses
200
Binary data table file stream
application/octet-stream
Responsestring ยท binary
401
Unauthorized
404
Data table not found or not ready
502
Upstream asset unavailable
get
/data-tables/{dataTableId}/downloadLast updated