Hide Estimate

Hide a time estimate record

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areacalendar.json
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
ActionYesThe action to performaction=timesummaryhide
IdentifierYesID or UUIDtimesummary=1006689

Example request:

http://<SERVER>/jsonapi/calendar.json?user=user&password=user&version=4&action=timesummaryhide&timesummary=1006689

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "1 of 1 time summaries hidden.",
  "warningmessage": "",
  "success": true
}