This endpoint allows you to create a new project with an optional task.
When you send a POST request to this endpoint, the server will attempt to create a new project with the provided project name. If a task name is also provided, a new task will be created and associated with the new project.
The server will respond with a JSON object containing the ID, name, and any associated tasks for the newly created project.
POST
https://desktime.com/api/v2/json/create-project?apiKey={apiKey}&project={project}&task={task}
- apiKey: user api key (required)
- project: project name (required)
- task: task name (optional)