External DocumentationTo learn more, visit the Asana documentation.
Basic Parameters
Parameter | Description |
---|---|
Followers | A list of users to add as followers. |
Project GID | The global ID of a project to add followers to. |
Advanced Parameters
Parameter | Description |
---|---|
Include Fields | A comma-separated list of properties to include in the response. |
Example Output
Copy
Ask AI
{
"data": {
"archived": false,
"color": "light-green",
"completed": false,
"completed_at": "2012-02-22T02:06:58.147Z",
"completed_by": {
"gid": "12345",
"name": "Greg Sanchez",
"resource_type": "task"
},
"created_at": "2012-02-22T02:06:58.147Z",
"created_from_template": {
"gid": "12345",
"name": "Packing list",
"resource_type": "task"
},
"current_status": {
"author": {
"gid": "12345",
"name": "Greg Sanchez",
"resource_type": "task"
},
"color": "The color associated with the status update.",
"created_at": "2012-02-22T02:06:58.147Z",
"created_by": {
"gid": "12345",
"name": "Greg Sanchez",
"resource_type": "task"
},
"gid": "12345",
"html_text": "\u003cbody\u003eThe project \u003cstrong\u003eis\u003c/strong\u003e moving forward according to plan...\u003c/body\u003e",
"modified_at": "2012-02-22T02:06:58.147Z",
"resource_type": "task",
"text": "The project is moving forward according to plan...",
"title": "Status Update - Jun 15"
},
"current_status_update": {
"gid": "12345",
"resource_subtype": "project_status_update",
"resource_type": "task",
"title": "Status Update - Jun 15"
},
"custom_field_settings": [
{
"custom_field": {
"created_by": {
"gid": "12345",
"name": "Greg Sanchez",
"resource_type": "task"
},
"currency_code": "EUR",
"custom_label": "gold pieces",
"custom_label_position": "suffix",
"date_value": {
"date": "2024-08-23",
"date_time": "2024-08-23T22:00:00.000Z"
},
"description": "Development team priority",
"display_value": "blue",
"enabled": true,
"enum_options": [
{
"color": "blue",
"enabled": true,
"gid": "12345",
"name": "Low",
"resource_type": "task"
}
],
"enum_value": {
"color": "blue",
"enabled": true,
"gid": "12345",
"name": "Low",
"resource_type": "task"
},
"format": "custom",
"gid": "12345",
"has_notifications_enabled": true,
"is_global_to_workspace": true,
"multi_enum_values": [
{
"color": "blue",
"enabled": true,
"gid": "12345",
"name": "Low",
"resource_type": "task"
}
],
"name": "Status",
"number_value": 5.2,
"precision": 2,
"resource_subtype": "text",
"resource_type": "task",
"text_value": "Some Value",
"type": "*Deprecated: new integrations should prefer the resource_subtype field.* The type of the custom field. Must be one of the given values.\n"
},
"gid": "12345",
"is_important": false,
"parent": {
"gid": "12345",
"name": "Stuff to buy",
"resource_type": "task"
},
"project": {
"gid": "12345",
"name": "Stuff to buy",
"resource_type": "task"
},
"resource_type": "task"
}
],
"custom_fields": [
{
"date_value": {
"date": "2024-08-23",
"date_time": "2024-08-23T22:00:00.000Z"
},
"display_value": "blue",
"enabled": true,
"enum_options": [
{
"color": "blue",
"enabled": true,
"gid": "12345",
"name": "Low",
"resource_type": "task"
}
],
"enum_value": {
"color": "blue",
"enabled": true,
"gid": "12345",
"name": "Low",
"resource_type": "task"
},
"gid": "12345",
"multi_enum_values": [
{
"color": "blue",
"enabled": true,
"gid": "12345",
"name": "Low",
"resource_type": "task"
}
],
"name": "Status",
"number_value": 5.2,
"resource_subtype": "text",
"resource_type": "task",
"text_value": "Some Value",
"type": "*Deprecated: new integrations should prefer the resource_subtype field.* The type of the custom field. Must be one of the given values.\n"
}
],
"default_view": "calendar",
"due_date": "2019-09-15",
"due_on": "2019-09-15",
"followers": [
{
"gid": "12345",
"name": "Greg Sanchez",
"resource_type": "task"
}
],
"gid": "12345",
"html_notes": "\u003cbody\u003eThese are things we need to purchase.\u003c/body\u003e",
"icon": "chat_bubbles",
"is_template": false,
"members": [
{
"gid": "12345",
"name": "Greg Sanchez",
"resource_type": "task"
}
],
"modified_at": "2012-02-22T02:06:58.147Z",
"name": "Stuff to buy",
"notes": "These are things we need to purchase.",
"owner": {
"gid": "12345",
"name": "Greg Sanchez",
"resource_type": "task"
},
"permalink_url": "https://app.asana.com/0/resource/123456789/list",
"project_brief": {
"gid": "12345",
"resource_type": "task"
},
"public": false,
"resource_type": "task",
"start_on": "2019-09-14",
"team": {
"gid": "12345",
"name": "Marketing",
"resource_type": "task"
},
"workspace": {
"gid": "12345",
"name": "My Company Workspace",
"resource_type": "task"
}
}
}