Workflow Type List

List of valid workflow/stages

Workflow Type List

List of valid workflow/stages\

Example request:

ParameterDescriptionExamples
APIThe API areatspending.json
ActionWorkflow type list&action=workflowtypelist
GeneralParameters described in overviewuser=user&password=user&version=3.3
CompanyThe company context&company=1
input optional>job:Job Number&job=1/00008306
input optional>jobphaseJob Phase&jobphase=1/00000523.001

Request to list workflow types/stages

http://<SERVER>/jsonapi/tspending.json?user=user&password=user&version=3.3∾tion=workflowtypelist∁any=1

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 28,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "array_workflowtypecode": "527#",
      "array_workflowtypedescription": "Concept Approval",
      "array_workflowtypeselected": false
    },
    {
      "array_workflowtypecode": "525#",
      "array_workflowtypedescription": "Concept Design",
      "array_workflowtypeselected": false
    },
    {
      "array_workflowtypecode": "528#",
      "array_workflowtypedescription": "Concept production",
      "array_workflowtypeselected": false
    }
  ]
}