Asana · Schema
Asana Project
A project represents a prioritized list of tasks in Asana or a board with columns of tasks represented as cards. It exists in a single workspace or organization.
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow
Properties
| Name | Type | Description |
|---|---|---|
| gid | string | Globally unique identifier of the resource. |
| resource_type | string | The base type of this resource. |
| name | string | Name of the project. |
| archived | boolean | True if the project is archived. |
| color | stringnull | Color of the project. |
| created_at | string | The time at which this resource was created. |
| modified_at | string | The time at which this project was last modified. |
| due_on | stringnull | The day on which this project is due (YYYY-MM-DD). |
| start_on | stringnull | The day on which work begins for this project (YYYY-MM-DD). |
| default_view | string | The default view of a project. |
| notes | string | Free-form textual information associated with the project. |
| html_notes | string | The notes of the project with formatting as HTML. |
| privacy_setting | string | The privacy setting of the project. |
| default_access_level | string | The default access for users or teams who join the project. |
| completed | boolean | True if the project is currently marked complete. |
| completed_at | stringnull | The time at which this project was completed. |
| owner | object | The current owner of the project. |
| team | object | The team that this project is shared with. |
| workspace | object | The workspace or organization this project is associated with. |
| members | array | Array of users who are members of this project. |
| followers | array | Array of users following this project. |
| icon | stringnull | The icon for a project. |
| permalink_url | string | A URL that points directly to the object within Asana. |