/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
Changes
Changed in 1 of the 13 revisions of this API.1
- ○
api operation id
post-api-public-document-uuid-card-card-id-export-formatwas addedapi-operation-id-added
This revision also has 47 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○