Module: Slack::Web::Api::Endpoints::FunctionsWorkflowsStepsResponses
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/functions_workflows_steps_responses.rb
Instance Method Summary collapse
-
#functions_workflows_steps_responses_export(options = {}) ⇒ Object
Download form responses of a workflow.
Instance Method Details
#functions_workflows_steps_responses_export(options = {}) ⇒ Object
Download form responses of a workflow
22 23 24 25 |
# File 'lib/slack/web/api/endpoints/functions_workflows_steps_responses.rb', line 22 def functions_workflows_steps_responses_export( = {}) raise ArgumentError, 'Required arguments :step_id missing' if [:step_id].nil? post('functions.workflows.steps.responses.export', ) end |