This is a REST-style API. TimeCamp API lets you do some basic things with tasks. You can contact us at dev@timecamp.com. We are very open to new ideas and requests regarding API.
All URLs start with https://www.timecamp.com/third_party/api
. SSL only.
That's all!
Authentication is very simple. You must put your API token in every API request. You can provide API token in POST or GET http method. The name for API token field is: api_token
Example:
https://www.timecamp.com/third_party/api/tasks/format/json/api_token/a36cabi96bba83f826
To get your API token please go to your Account Settings.
- xml (default)
- json
- csv
- other: rawxml, jsonp, serialized, php, html
Example:
https://www.timecamp.com/third_party/api/tasks/format/json/api_token/a36cabi96bba83f826
If a API request failed, an array of localized error messages and error code will be returned. Response example:
{
"message":"sample message",
"code":401
}