Show Estimate

Un-hide a time estimate record

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areacalendar.json
GeneralYesParameters described in overviewuser=user&password=user&version=3.9Overview
ActionYesThe action to performaction=timesummaryshow
IdentifierYesID or UUIDtimesummary=1006689

Example request:

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

Example response:

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