Task description list

Return the list of task descriptions

Task Description List

Return the list of task descriptions
Example request:

Parameter

Description

Examples

API

The API area

tspending.json

Action

Task Description List

&action=taskdescslist

<General>

Parameters described in overview

user=user&password=user&version=3.3

Company

The company context

&company=1

<input optional>resource:

User Code

&resource=1/ME

<input optional>page

No. of Pages

&page=1

<input optional>rows

No. of Records

&rows=10

<input optional>client

Client ID

&client=1/CL

<input optional>job

Job Number

&job=1/00001234

<input optional>jobphase

Job Phase Number

&jobphase=1/00001234.001

<input optional>workflow

Workflow Description

&workflow=My Workflow

<input optional>taskdesc

No. of Pages

&taskdesc=My Task

<input optional>phasetype

Type of Phase

&phasetype=1/MAT

<input optional>activitytype

Activity Type

&activitytype=XYZ

<input optional>search

Search Criteria

&search=ford

Request the status of any timers

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

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 64,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "tspTaskDesc": "My task 1"
    },
    {
      "tspTaskDesc": "My Task 2"
    }
  ]
}