{
  "maxResults": 1,
  "startAt": 0,
  "total": 5,
  "isLast": false,
  "values": [
    {
      "id": {
        "name": "SCRUM Workflow",
        "entityId": "5ed312c5-f7a6-4a78-a1f6-8ff7f307d063"
      },
      "description": "A workflow used for Software projects in the SCRUM methodology",
      "transitions": [
        {
          "id": "5",
          "name": "In Progress",
          "description": "Start working on the issue.",
          "from": [
            "10",
            "13"
          ],
          "to": "14",
          "type": "directed",
          "screen": {
            "id": "10000",
            "name": "Issue screen"
          },
          "rules": {
            "conditions": [
              {
                "type": "PermissionCondition",
                "configuration": {
                  "permissionKey": "WORK_ON_ISSUES"
                }
              },
              {
                "type": "PermissionCondition",
                "configuration": {
                  "permissionKey": "RESOLVE_ISSUES"
                }
              }
            ],
            "conditionsTree": {
              "nodeType": "compound",
              "operator": "AND",
              "conditions": [
                {
                  "nodeType": "simple",
                  "type": "PermissionCondition",
                  "configuration": {
                    "permissionKey": "WORK_ON_ISSUES"
                  }
                },
                {
                  "nodeType": "simple",
                  "type": "PermissionCondition",
                  "configuration": {
                    "permissionKey": "RESOLVE_ISSUES"
                  }
                }
              ]
            },
            "validators": [
              {
                "type": "FieldRequiredValidator",
                "configuration": {
                  "ignoreContext": true,
                  "errorMessage": "A custom error message",
                  "fields": [
                    "description",
                    "assignee"
                  ]
                }
              }
            ],
            "postFunctions": [
              {
                "type": "UpdateIssueStatusFunction"
              },
              {
                "type": "GenerateChangeHistoryFunction"
              },
              {
                "type": "FireIssueEventFunction"
              }
            ]
          },
          "properties": {
            "jira.fieldscreen.id": 1
          }
        }
      ],
      "statuses": [
        {
          "id": "3",
          "name": "In Progress",
          "properties": {
            "jira.issue.editable": "false",
            "issueEditable": false
          }
        }
      ],
      "isDefault": false,
      "schemes": [
        {
          "id": "10001",
          "name": "Test Workflow Scheme"
        }
      ],
      "projects": [
        {
          "self": "project/EX",
          "id": "10000",
          "key": "EX",
          "name": "Example",
          "projectTypeKey": "ProjectTypeKey{key='software'}",
          "simplified": false,
          "avatarUrls": {
            "48x48": "secure/projectavatar?size=large&pid=10000",
            "24x24": "secure/projectavatar?size=small&pid=10000",
            "16x16": "secure/projectavatar?size=xsmall&pid=10000",
            "32x32": "secure/projectavatar?size=medium&pid=10000"
          },
          "projectCategory": {
            "id": "10000",
            "description": "Project category description",
            "name": "A project category"
          }
        }
      ],
      "hasDraftWorkflow": true,
      "operations": {
        "canEdit": true,
        "canDelete": false
      },
      "created": "2021-12-31T03:47:10.057+0000",
      "updated": "2021-12-31T03:47:10.057+0000"
    }
  ]
}