-
Notifications
You must be signed in to change notification settings - Fork 77
Tags.API
Phips Peter edited this page Oct 22, 2014
·
5 revisions
Access to the Tags resource
| Name | Type | Description |
|---|---|---|
dispatcher |
Dispatcher | The API dispatcher |
- Source:
-
Creates a new tag
Name Type Description dataObject The data for the tag
- Source:
The result of the API call
- Type
- Promise
-
Creates a new tag in the workspace
Name Type Description workspaceIdNumber The workspace id
dataObject The data for the tag
- Source:
The result of the API call
- Type
- Promise
-
Returns all tags that the dispatcher has access to
Name Type Argument Description paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Returns the tag
Name Type Argument Description tagIdNumber The tag id
paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a tag by workspace
Name Type Argument Description workspaceIdNumber The workspace id
paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Update a tag
Name Type Description tagIdNumber The tag id
dataObject The data to be sent to the workspace
- Source:
The result of the API call
- Type
- Promise