POST Method Details for SaveFavourite.
Add or remove favourite to task
Definition
https://app[x].timelog.com/[account name]/api/v{version}/time-tracking-item/save-favourite
Parameters
-
requestModel object Payload that requires Task reference identifier and boolean to define favourite or not
- GroupType integer
- ReferenceID integer
- version string The requested API version
Returns
- [200] A time tracking item
- [401] Invalid authentication token
-
[500] No time tracking item matching the identifier is found
- Code integer Gets the code.
- Details array Gets the details.
- DeveloperNote object
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.