-
Notifications
You must be signed in to change notification settings - Fork 73
Tasks.API
Phips Peter edited this page Jul 11, 2014
·
7 revisions
Access to the Tasks resource
Name | Type | Description |
---|---|---|
dispatcher |
Dispatcher | The API dispatcher |
- Source:
-
Creates a new task
Name Type Description data
Object The data for the task
- Source:
The result of the API call
- Type
- Promise
-
Creates a new task in the workspace
Name Type Description workspaceId
Number The workspace id
data
Object The data for the task
- Source:
The result of the API call
- Type
- Promise
-
Deletes a task
Name Type Description taskId
Number The task id
- Source:
The result of the API call
- Type
- Promise
-
Returns all tasks that the dispatcher has access to
Name Type Argument Description params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Returns the task
Name Type Argument Description taskId
Number The task id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a task by project
Name Type Argument Description projectId
Number The project id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a task by tag
Name Type Argument Description tagId
Number The tag id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Update a task
Name Type Description taskId
Number The task id
data
Object The data to be sent to the workspace
- Source:
The result of the API call
- Type
- Promise