ActiveCollab v5.13 - The time-record input form on the website has 6 fields including "description". The API documentation has the other 5 but "description" is nowhere to be found in the documentation.
I want to automate time-record data entry but ... no description.
In the API, what is the parameter name of the time record description?
The fields on the input screen:
- Time
- Description
- Job Type
- Date
- Task
- Billable
The fields on the /projects/(number)/time-records command (copied from the API documentation:
{
"value": 1.5,
"user_id": 1,
"job_type_id": 1,
"record_date": "2014-05-14",
"billable_status": 0
}