Skip to main content
Server path: /asana-task-details | Type: Application | PCID required: Yes

Tools

ToolDescription
asana_task_details_add_task_for_sectionAdd task to section
asana_task_details_create_section_for_projectCreate a section in a project
asana_task_details_create_story_for_taskCreate a story on a task
asana_task_details_create_tagCreate a tag
asana_task_details_create_tag_for_workspaceCreate a tag in a workspace
asana_task_details_create_time_tracking_entryCreate a time tracking entry
asana_task_details_delete_sectionDelete a section
asana_task_details_delete_storyDelete a story
asana_task_details_delete_tagDelete a tag
asana_task_details_delete_time_tracking_entryDelete a time tracking entry
asana_task_details_get_reactions_on_objectGet reactions with an emoji base on an object.
asana_task_details_get_sectionGet a section
asana_task_details_get_sections_for_projectGet sections in a project
asana_task_details_get_stories_for_taskGet stories from a task
asana_task_details_get_storyGet a story
asana_task_details_get_tagGet a tag
asana_task_details_get_tagsGet multiple tags
asana_task_details_get_tags_for_taskGet a task’s tags
asana_task_details_get_tags_for_workspaceGet tags in a workspace
asana_task_details_get_time_tracking_entriesGet multiple time tracking entries
asana_task_details_get_time_tracking_entries_for_taskGet time tracking entries for a task
asana_task_details_get_time_tracking_entryGet a time tracking entry
asana_task_details_insert_section_for_projectMove or Insert sections
asana_task_details_update_sectionUpdate a section
asana_task_details_update_storyUpdate a story
asana_task_details_update_tagUpdate a tag
asana_task_details_update_time_tracking_entryUpdate a time tracking entry

asana_task_details_add_task_for_section

Add task to section Parameters:
ParameterTypeRequiredDefaultDescription
section_gidstringYesThe globally unique identifier for the section.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
dataobjectNoThe data value

asana_task_details_create_section_for_project

Create a section in a project Parameters:
ParameterTypeRequiredDefaultDescription
project_gidstringYesGlobally unique identifier for the project.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoThe data value

asana_task_details_create_story_for_task

Create a story on a task Parameters:
ParameterTypeRequiredDefaultDescription
task_gidstringYesThe task to operate on.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoA story represents an activity associated with an object in the Asana system.

asana_task_details_create_tag

Create a tag Parameters:
ParameterTypeRequiredDefaultDescription
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoThe data value

asana_task_details_create_tag_for_workspace

Create a tag in a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspace_gidstringYesGlobally unique identifier for the workspace or organization.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoThe data value

asana_task_details_create_time_tracking_entry

Create a time tracking entry Parameters:
ParameterTypeRequiredDefaultDescription
task_gidstringYesThe task to operate on.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoThe data value

asana_task_details_delete_section

Delete a section Parameters:
ParameterTypeRequiredDefaultDescription
section_gidstringYesThe globally unique identifier for the section.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.

asana_task_details_delete_story

Delete a story Parameters:
ParameterTypeRequiredDefaultDescription
story_gidstringYesGlobally unique identifier for the story.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.

asana_task_details_delete_tag

Delete a tag Parameters:
ParameterTypeRequiredDefaultDescription
tag_gidstringYesGlobally unique identifier for the tag.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.

asana_task_details_delete_time_tracking_entry

Delete a time tracking entry Parameters:
ParameterTypeRequiredDefaultDescription
time_tracking_entry_gidstringYesGlobally unique identifier for the time tracking entry.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.

asana_task_details_get_reactions_on_object

Get reactions with an emoji base on an object. Parameters:
ParameterTypeRequiredDefaultDescription
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
limitintegerNoResults per page. The number of objects to return per page. The value must be between 1 and 100.
offsetstringNoOffset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. Note: You can only pass in an offset that was returned to you via a previously paginated request.
targetstringYesGlobally unique identifier for object to fetch reactions from. Must be a GID for a status update or story.
emoji_basestringYesOnly return reactions with this emoji base character.

asana_task_details_get_section

Get a section Parameters:
ParameterTypeRequiredDefaultDescription
section_gidstringYesThe globally unique identifier for the section.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_sections_for_project

Get sections in a project Parameters:
ParameterTypeRequiredDefaultDescription
project_gidstringYesGlobally unique identifier for the project.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
limitintegerNoResults per page. The number of objects to return per page. The value must be between 1 and 100.
offsetstringNoOffset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. Note: You can only pass in an offset that was returned to you via a previously paginated request.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_stories_for_task

Get stories from a task Parameters:
ParameterTypeRequiredDefaultDescription
task_gidstringYesThe task to operate on.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
limitintegerNoResults per page. The number of objects to return per page. The value must be between 1 and 100.
offsetstringNoOffset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. Note: You can only pass in an offset that was returned to you via a previously paginated request.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_story

Get a story Parameters:
ParameterTypeRequiredDefaultDescription
story_gidstringYesGlobally unique identifier for the story.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_tag

Get a tag Parameters:
ParameterTypeRequiredDefaultDescription
tag_gidstringYesGlobally unique identifier for the tag.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_tags

Get multiple tags Parameters:
ParameterTypeRequiredDefaultDescription
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
limitintegerNoResults per page. The number of objects to return per page. The value must be between 1 and 100.
offsetstringNoOffset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. Note: You can only pass in an offset that was returned to you via a previously paginated request.
workspacestringNoThe workspace to filter tags on.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_tags_for_task

Get a task’s tags Parameters:
ParameterTypeRequiredDefaultDescription
task_gidstringYesThe task to operate on.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
limitintegerNoResults per page. The number of objects to return per page. The value must be between 1 and 100.
offsetstringNoOffset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. Note: You can only pass in an offset that was returned to you via a previously paginated request.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_tags_for_workspace

Get tags in a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspace_gidstringYesGlobally unique identifier for the workspace or organization.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
limitintegerNoResults per page. The number of objects to return per page. The value must be between 1 and 100.
offsetstringNoOffset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. Note: You can only pass in an offset that was returned to you via a previously paginated request.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_time_tracking_entries

Get multiple time tracking entries Parameters:
ParameterTypeRequiredDefaultDescription
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
taskstringNoGlobally unique identifier for the task to filter time tracking entries by.
attributable_tostringNoGlobally unique identifier for the project the time tracking entries are attributed to.
portfoliostringNoGlobally unique identifier for the portfolio to filter time tracking entries by.
userstringNoGlobally unique identifier for the user to filter time tracking entries by.
workspacestringNoGlobally unique identifier for the workspace. At least one of entered_on_start_date or entered_on_end_date must be provided when filtering by workspace.
entered_on_start_datestringNoThe start date for filtering time tracking entries by when they were entered.
entered_on_end_datestringNoThe end date for filtering time tracking entries by when they were entered.
timesheet_approval_statusstringNoGlobally unique identifier for the timesheet approval status to filter time tracking entries by.
limitintegerNoResults per page. The number of objects to return per page. The value must be between 1 and 100.
offsetstringNoOffset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. Note: You can only pass in an offset that was returned to you via a previously paginated request.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_time_tracking_entries_for_task

Get time tracking entries for a task Parameters:
ParameterTypeRequiredDefaultDescription
task_gidstringYesThe task to operate on.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
limitintegerNoResults per page. The number of objects to return per page. The value must be between 1 and 100.
offsetstringNoOffset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. Note: You can only pass in an offset that was returned to you via a previously paginated request.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_get_time_tracking_entry

Get a time tracking entry Parameters:
ParameterTypeRequiredDefaultDescription
time_tracking_entry_gidstringYesGlobally unique identifier for the time tracking entry.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.

asana_task_details_insert_section_for_project

Move or Insert sections Parameters:
ParameterTypeRequiredDefaultDescription
project_gidstringYesGlobally unique identifier for the project.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
dataobjectNoThe data value

asana_task_details_update_section

Update a section Parameters:
ParameterTypeRequiredDefaultDescription
section_gidstringYesThe globally unique identifier for the section.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoThe data value

asana_task_details_update_story

Update a story Parameters:
ParameterTypeRequiredDefaultDescription
story_gidstringYesGlobally unique identifier for the story.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoA story represents an activity associated with an object in the Asana system.

asana_task_details_update_tag

Update a tag Parameters:
ParameterTypeRequiredDefaultDescription
tag_gidstringYesGlobally unique identifier for the tag.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoThe data value

asana_task_details_update_time_tracking_entry

Update a time tracking entry Parameters:
ParameterTypeRequiredDefaultDescription
time_tracking_entry_gidstringYesGlobally unique identifier for the time tracking entry.
opt_prettybooleanNoProvides “pretty” output. Provides the response in a “pretty” format. In the case of JSON this means doing proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
opt_fieldsstring[]NoThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
dataobjectNoThe data value