Company Settings

Returns company settings related to timesheets.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatspending.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=companysettings

Example request:

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

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 1,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "companyUuid": "66619B8544E74787A6C7FA2445289A4A",
      "companyModified": 1532083132,
      "companyRecordVersionNumber": 3572,
      "companyNumber": 1,
      "companyTimesheetapproval": true
    }
  ]
}