Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create csv export

POST/workspaces/{organizationId}/csv-exports
Path parameters
organizationIdstringrequired
Request body
application/json
entityTypestringrequired
Allowed:issuesprojects
teamIdstring
statusstring
Allowed:triagebacklogtodoin_progressdonecanceled
prioritystring
Allowed:lowmediumhighurgent
assigneeIdstring
projectIdstring
Responses
200CSV export
string
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/csv-exports" \
  -H "Content-Type: application/json" \
  -d '{
  "entityType": "issues",
  "teamId": "string",
  "status": "triage",
  "priority": "low",
  "assigneeId": "string",
  "projectId": "string"
}'
Response
"string"