Hide a time estimate record
Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | calendar.json | |
General | Yes | Parameters described in overview | user=user&password=user&version=3.9 | Overview |
Action | Yes | The action to perform | action=timesummaryhide | |
Identifier | Yes | ID or UUID | timesummary=1006689 |
Example request:
http://<SERVER>/jsonapi/calendar.json?user=user&password=user&version=3.9&action=timesummaryhide×ummary=1006689
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "1 of 1 time summaries hidden.",
"warningmessage": "",
"success": true
}