workflow
导出工单
export workflow as CSV or Excel
get/v1/projects/{project_name}/workflows/exports
Path parameters
project_namestring required
project name
Query parameters
filter_subjectstring
filter subject
fuzzy_search_workflow_descstring
fuzzy search by workflow description
filter_create_time_fromstring
filter create time from
filter_create_time_tostring
filter create time to
filter_task_execute_start_time_fromstring
filter_task_execute_start_time_from
filter_task_execute_start_time_tostring
filter_task_execute_start_time_to
filter_create_user_idstring
filter create user id
filter_status'wait_for_audit' | 'wait_for_execution' | 'rejected' | 'executing' | 'canceled' | 'exec_failed' | 'finished'
filter workflow status
filter_current_step_assignee_user_idstring
filter current step assignee user id
filter_task_instance_idstring
filter instance id
filter_by_ops_type_uidstring
filter by ops type dictionary item uid; empty means no filter
fuzzy_keywordstring
fuzzy matching subject/workflow_id/desc
export_format'csv' | 'excel'
export format
Response
export workflow
Changes
Changed in 3 of the 55 revisions of this API.12
- ○
added the new optional
queryrequest parameterfilter_by_ops_type_uidnew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parameterexport_formatnew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parameterexport_formatrequest-parameter-removed
- ●