Server
Jira Data Center / / Modules
GET

Get all workflows

Returns all workflows. The “lastModifiedDate” is returned in Jira Complete Date/Time Format (dd/MMM/yy h:mm by default), but can also be returned as a relative date.

Request

Query parameters

workflowName

string

Responses

Returned if the currently authenticated user has administration permission. Contains a full representation of every workflow.

GET/api/2/workflow
1 2 3 curl --request GET \ --url 'http://{baseurl}/rest/api/2/workflow' \ --user 'email@example.com:<api_token>'

Rate this page: