Dart

Dart

Project management on autopilot.

Name For Model
dart
Update Date
a year ago
Description For Model
This enables interaction with the Dart application for task and project management. You can create and list tasks, to-dos, or action items that you or your team need to accomplish.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1listMyTasksGETGet a list of all of the user's tasks that are in an active dartboard and are not finished. This will query Dart for all of the tasks that the user needs to do now and return all of the information about those tasks.
2createTaskPOSTRecord a new task that the user intends to do. This will save the task in Dart for later access, prioritization, search, and more. By default the created task will be assigned to the user, with a status of to-do, in the Active dartboard. More information can be included in the description.
3updateTaskPOSTUpdate certain properties of an existing task. This will save the task in Dart for later access, prioritization, search, and more. Any properties that are not specified will not be changed.