Workflows List

Returns the list of workflows.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatspending.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=workflowslist

Example request:

http://<SERVER>/jsonapi/tspending.json?user=user&password=user&version=3.9&action=workflowslist&company=1

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 571,
  "totalpages": 286,
  "responsemessage": "",
  "pagerows": 2,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "stageUuid": "E42A04CE8DE549448ECFEAE7469EAAA5",
      "stageTimeStampModified": 1474279302,
      "stageRecordVersionNumber": 18,
      "stageCustomField284": "",
      "stageCustomField293": false,
      "stageCustomField294": "",
      "stageCustomField295": "0000-00-00",
      "stageCode": "1/00088468.109",
      "stageDescription": "Feedback administration",
      "stageSequence": 109,
      "stageJobNumber": "1/00088468",
      "stageJobAndPhase": "1/00088468.013"
    },
    {
      "stageUuid": "145F1437DBBA904685775EE1B3E5C3EB",
      "stageTimeStampModified": 1474279302,
      "stageRecordVersionNumber": 18,
      "stageCustomField284": "",
      "stageCustomField293": false,
      "stageCustomField294": "",
      "stageCustomField295": "0000-00-00",
      "stageCode": "1/00088468.108",
      "stageDescription": "M3.0 - Client debriefing",
      "stageSequence": 108,
      "stageJobNumber": "1/00088468",
      "stageJobAndPhase": "1/00088468.013"
    }
  ]
}