Current section
Files
Jump to
Current section
Files
priv/docs/methods/functions.workflows.steps.responses.export.json
{
"args": {
"step_id": {
"desc": "The ID of the OpenForm step to export.",
"required": true,
"type": "string"
},
"workflow": {
"desc": "The workflow encoded ID or workflow reference",
"example": "#/workflows/my-workflow",
"required": false,
"type": "string"
},
"workflow_app_id": {
"desc": "The app tied to the workflow reference.",
"required": false,
"type": "string"
},
"workflow_id": {
"desc": "The workflow ID, starts with Wf\\*",
"required": false,
"type": "string"
}
},
"desc": "Download form responses of a workflow",
"errors": {
"unknown_app_id": "The passed in workflow\\_app\\_id is invalid.",
"unknown_method": "This method does not exist.",
"unknown_step_id": "The passed in step\\_id is invalid.",
"unknown_workflow_id": "The passed in workflow\\_id is invalid.",
"workflows_export_csv_not_enabled": "Downloading form responses is not allowed. Admin pref needs to be enabled."
},
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}