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_csvAuthorizations
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
401
Authentication error
404
Latest CSV not found
application/json
get
/public_api/grids/{grid_id}/sheets/{sheet_id}/download_csv/latestNo content
Last updated
Was this helpful?