The Get Projects endpoint allows you to retrieve information about all active projects associated with your company, including their related tasks.
When you send a GET request to this endpoint, the server will respond with a JSON object containing an array of project objects, each with a unique identifier, name, creation date, and any related tasks.
Note that only active projects (not archived) will be included in the response.
GET
https://desktime.com/api/v2/json/projects?apiKey={apiKey}
- apiKey: user api key (required)