Timer Status

Returns the status of timers.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatspending.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
DateYesDatedate=2019-07-23
ResourceYesResource coderesource=1/ME
ActionYesThe action to performaction=timerstatus

Example request:

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

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Timer status returned.",
"warningmessage": "",
"success": true,
"data": [
{
"tspTimerStarted": "0",
"tspTimerExpired": "0"
}
]
}