Module asana::apis::tags_api[][src]

Enums

CreateTagError

struct for typed errors of method create_tag

CreateTagForWorkspaceError

struct for typed errors of method create_tag_for_workspace

DeleteTagError

struct for typed errors of method delete_tag

GetTagError

struct for typed errors of method get_tag

GetTagsError

struct for typed errors of method get_tags

GetTagsForTaskError

struct for typed errors of method get_tags_for_task

GetTagsForWorkspaceError

struct for typed errors of method get_tags_for_workspace

UpdateTagError

struct for typed errors of method update_tag

Functions

create_tag

Creates a new tag in a workspace or organization. Every tag is required to be created in a specific workspace or organization, and this cannot be changed once set. Note that you can use the workspace parameter regardless of whether or not it is an organization. Returns the full record of the newly created tag.

create_tag_for_workspace

Creates a new tag in a workspace or organization. Every tag is required to be created in a specific workspace or organization, and this cannot be changed once set. Note that you can use the workspace parameter regardless of whether or not it is an organization. Returns the full record of the newly created tag.

delete_tag

A specific, existing tag can be deleted by making a DELETE request on the URL for that tag. Returns an empty data record.

get_tag

Returns the complete tag record for a single tag.

get_tags

Returns the compact tag records for some filtered set of tags. Use one or more of the parameters provided to filter the tags returned.

get_tags_for_task

Get a compact representation of all of the tags the task has.

get_tags_for_workspace

Returns the compact tag records for some filtered set of tags. Use one or more of the parameters provided to filter the tags returned.

update_tag

Updates the properties of a tag. Only the fields provided in the data block will be updated; any unspecified fields will remain unchanged. When using this method, it is best to specify only those fields you wish to change, or else you may overwrite changes made by another user since you last retrieved the tag. Returns the complete updated tag record.