time.get
Request of one or more time entries. If no filter is set, the last 10 time entires of the current month will be shown
FILTER
| Tags | Description |
| CUSTOMER_ID |
A specific customer ID |
| PROJECT_ID |
A specific project ID |
| TASK_ID |
ID of a specific task |
| TIME_ID |
ID of a specific time entry |
| START_DATE |
Start of invoice run |
| END_DATE |
End date |
| DATE |
Date |
RESPONSE
| Tags | Description |
| TIME_ID |
ID of a specific time entry |
| CUSTOMER_ID |
A specific customer ID |
| PROJECT_ID |
A specific project ID |
| INVOICE_ID |
Invoice ID |
| DATE |
Date |
| START_TIME |
Start time |
| END_TIME |
End time |
| MINUTES |
Minutes |
| BILLABLE_MINUTES |
Billable minutes |
| COMMENT |
Comment |
time.create
Creation of a time entry.
DATA
| Tags | Description |
| CUSTOMER_ID Required |
A specific customer ID |
| PROJECT_ID Required |
A specific project ID |
| DATE |
Date |
| TASK_ID |
ID of a specific task |
| START_TIME Required |
Start time |
| END_TIME |
End time |
| MINUTES |
Minutes |
| BILLABLE_MINUTES |
Billable minutes |
| COMMENT |
Comment |
RESPONSE
| Tags | Description |
| STATUS |
Result of the action |
| TIME_ID |
ID of a specific time entry |
time.update
Update of time entry data.
DATA
| Tags | Description |
| TIME_ID Required |
ID of a specific time entry |
| See action |
time.create |
RESPONSE
| Tags | Description |
| TIME_ID |
ID of a specific time entry |
| COMMENT |
Comment |
time.delete
Deletion of a time entry
DATA
| Tags | Description |
| TIME_ID Required |
ID of a specific time entry |
RESPONSE
| Tags | Description |
| STATUS |
Result of the action |