Calendar Loading

Gets all calendar loading values

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areacalendar.json
GeneralYesParameters described in overviewuser=user&password=user&version=3.9Overview
FiltersNoFilter by a key fieldFilters
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=calendarloading

Example request:

http://<SERVER>/jsonapi/diary.json?user=user&password=user&action=calendarloading&datefrom=2020-11-02&dateto=2020-11-16&version=3.9&company=1

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 12,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"data": [
{
"calLoadingDuration": 15,
"calLoadingStart": "2020-11-09T09:00:00",
"calLoadingRemaining": 25,
"calLoadingResourceUserID": "5",
"calLoadingStatusColour": "G"
},
{
"calLoadingDuration": 7.5,
"calLoadingStart": "2020-11-16T09:00:00",
"calLoadingRemaining": 32.5,
"calLoadingResourceUserID": "5",
"calLoadingStatusColour": "G"
},