Timesheet pending list

List of pending timesheets

Timesheet Pending List

List of pending timesheets

Parameter

Description

Examples

API

The API area

tspending.json

Action

Timesheet Pendng List

&action=timesheetpendinglist

General

Parameters described in overview

user=user&password=user&version=3.3

Company

The company context

&company=1

Resource

User Code

&resource=1\ME

input optional

Date

&date=2018-01-08

input optional

Pending Status

&tspending=713

input optional

Status

&status=713

Example request:
Request to show list of pending weekly timesheets

http://<SERVER>/jsonapi/tspending.json?user=user&password=user&version=3.3&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": ""
    }
  ]
}