Timesheet Pending List

Returns a list of pending timesheets.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatspending.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=timesheetpendinglist
ResourceYesUser Code&resource=1\ME
DateNoDatedate=2018-01-08
TspendingNoPending Statustspending=713
StatusNoStatusstatus=713

Example request:

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

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 1,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"data": [
{
"tspTswPendingApprovalNotes": "qqqqqqqwewewwwewewdfdfdfdfdoioi",
"tspTswPendingChargeCode": "farting around",
"tspTswPendingDate": "2018-01-01",
"tspTswPendingDescription": "Allocated Costs - Tick-off Issue MT TEST",
"tspTswPendingEntryno": 13616,
"tspTswPendingHours": 3,
"tspTswPendingHover": "Handler: Aaron Cronshaw",
"tspTswPendingJobPhase": "88879.001",
"tspTswPendingStatus": "R",
"tspTswPendingStatusDesc": "Delete",
"tspTswPendingTaskDesc": "",
"tspTswPendingWorkDone": "",
"tspTswPendingWorkflow": ""
}
]
}