Phases List

Returns the list of phases.

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

Example request:

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

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 3101,
  "totalpages": 1551,
  "responsemessage": "",
  "pagerows": 2,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "phaseuuid": "DCFA24E298454AD3AB38E0D1BC651F65",
      "phaseTimeStampModified": 1513252086,
      "phaseRecordVersionNumber": 90,
      "phasePhaseDescription1stLine": "Print",
      "phaseJobDescription1stLine": "News-letter re-design",
      "phaseJobAndPhase": "1/00000522.005",
      "phasePhase": "005",
      "phaseDisplayOrder": "",
      "phaseJobNumberSimple": "522"
    },
    {
      "phaseuuid": "41A35CD8F19E42AC814C5AAE87A68938",
      "phaseTimeStampModified": 1489080066,
      "phaseRecordVersionNumber": 50,
      "phasePhaseDescription1stLine": "Production",
      "phaseJobDescription1stLine": "News-letter re-design",
      "phaseJobAndPhase": "1/00000522.008",
      "phasePhase": "008",
      "phaseDisplayOrder": "",
      "phaseJobNumberSimple": "522"
    }
  ]
}