/api/public
POST /api/public/document/{uuid}/card/{card-id}/{export-format}
Fetch a Card embedded in a public Document and return query results in the specified format. Does not require auth credentials. Public sharing must be enabled.
post/api/public/document/{uuid}/card/{card-id}/{export-format}
Path parameters
uuidstring required
value must be a valid UUID.
card-idinteger required
value must be an integer greater than zero.
export-format'csv' | 'api' | 'xlsx' | 'json' required
Schema for valid export formats for downloading query results.
Request body
Response
Successful response