Return the list of jobs
Jobs List
Return the list of jobs
Parameter | Description | Examples |
---|---|---|
API | The API area | tspending.json |
Action | Jobs List | &action=jobslist |
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 |
Example request:
Request jobs list
http://<SERVER>/jsonapi/tspending.json?user=user&password=user&version=3.3&action=jobslist&company=1
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 1214,
"totalpages": 607,
"responsemessage": "",
"pagerows": 2,
"pagenumber": 1,
"success": true,
"data": [
{
"jobUuid": "EC81487FEAA04F9589FA7D9F9143822A",
"jobTimeStampModified": 1517498850,
"jobRecommendedVersionNumber": 104,
"jobDescription1stLine": "Here is the first lien of the job description",
"jobNumber": "1/00000802",
"jobNumberSimple": "802"
},
{
"jobUuid": "15362AE5B403452E8672B5EA71113A87",
"jobTimeStampModified": 1489080036,
"jobRecommendedVersionNumber": 62,
"jobDescription1stLine": "Test Global Description at Company level",
"jobNumber": "1/00000801",
"jobNumberSimple": "801"
}
]
}