Grids
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
grid_idstringRequired
The Grid id
sheet_idstringRequired
The Sheet id
Responses
200
Job to generate CSV created
application/json
job_idintegerOptionalExample:
The id of the job
230401
Authentication error
post/public_api/grids/{grid_id}/sheets/{sheet_id}/generate_csv
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
grid_idstringRequired
The Grid ID
sheet_idstringRequired
The Sheet ID
Responses
302
Redirects to the CSV download URL
No content
401
Authentication error
404
Latest CSV not found
application/json
get/public_api/grids/{grid_id}/sheets/{sheet_id}/download_csv/latest
No content
Last updated
Was this helpful?