Asana Connector Objects

NameDescription
AllocationsTo Create, Update, Delete and Query the Allocations table.
AttachmentsTo Delete and Query from the Attachments in the tasks.
CustomFieldsTo view the Custom Fields in the project or workspace.
EventsTo view the events in projects and tasks.
GoalMembershipTo Create, Delete and Query memberships in the Goal.
GoalsTo Create, Update, Delete and Query the Goals table.
PortfolioItemsTo Create, delete, and Query Items in the Portfolio.
PortfolioMembershipTo Create, Delete and Query memberships in the Portfolio.
PortfoliosTo Create, update, delete, and query from Portfolios table.
ProjectFollowersTo view the Project follower details.
ProjectMembershipTo Create, Delete and Query memberships in the Project.
ProjectsTo Create, Update, Delete and Query the Projects table.
ProjectStatusesTo Create, Delete and Query from ProjectStatuses table. A project status is an update on the progress of a particular project, and is sent out to all project followers when created.
ProjectTemplatesTO get ProjectTemplates in the Team or workspace.
SectionsTo Create, Update, Delete, and Query from Sections table. A section is a subdivision of a project that groups tasks together.
StatusUpdatesA status update is an update on the progress of a particular object, and is sent out to all followers when created.
StoriesTo Create, Update, Delete and Query from stories table. A story represents an activity associated with an object in the Asana system. Stories are generated by the system whenever users take actions such as creating or assigning tasks, or moving tasks between projects.
SubTasksTo Create, update, delete, and query from SubTasks table.
TagsTo Create, Update and Query from Tags table. A tag is a label that can be attached to any task in Asana. It exists in a single workspace.
TaskDependenciesTo query all of the dependencies of a task.
TaskDependentsTo query all of the dependents of a task.
TasksTo Create, Update, Delete and Query from Tasks table.
TaskStatusesGet task count of a project.
TaskTemplatesTo Delete and Query the task templates.
TeamMembershipTo represents a users connection to a team.
TeamsA team is used to group related projects and people together within an organization. Each project in an organization is associated with a team.
TimePeriodsTo query time period records or full record for a single time period.
TimeTrackingEntriesReturns time tracking entries for a given task.
UsersTo view the users details.
UserTaskListGenerated schema file.
WorkspaceMembershipTo Create, Delete and Query memberships in the Workspace.
WorkspacesTo Update and Query from Workspaces table. A workspace is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace.
NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the user.
ResourceTypeStringTrueNoThe base type of this resource.
StartDateDateFalseNoThe localized day on which the allocation starts.
EndDateDateFalseNoThe localized day on which the allocation ends.
EffortTypeStringFalseNoThe units used for tracking effort on an allocation, either
EffortValueIntegerFalseNoThe numeric effort value on the allocation.
AssigneeStringFalseUsers.IdNoGlobally unique identifier of the resource, as a string.
AssigneeNameStringTrueNoThe name of allocation resource.
CreatedByIdStringTrueNoGlobally unique identifier of the resource, as a string.
CreatedByNameStringTrueNoRead-only except when same user as requester. The user's name.
ParentStringFalseProjects.IdNoGlobally unique identifier of the resource, as a string.
ParentNameStringTrueNoName of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer.
ResourceSubTypeStringTrueNoThe subtype of the allocation.
WorkspaceIdStringTrueWorkspaces.IdNoGlobally unique ID of the workspace.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the attachment.
NameStringTrueNoThe name of the file.
HostStringTrueNoThe service hosting the attachment. Valid values are asana, dropbox, gdrive and box.
CreatedAtDatetimeTrueNoThe time at which this attachment was uploaded.
ViewURLStringTrueNoThe URL where the attachment can be viewed, which may be friendlier to users in a browser than just directing them to a raw file.
DownloadURLStringTrueNoMay be null if the attachment is hosted by box. If present, this URL may only be valid for 1 hour from the time of retrieval. You should avoid persisting this URL somewhere and just refresh it on demand to ensure you do not keep stale URLs.
TaskIdStringTrueTasks.IdNoThe task this attachment is attached to.
ResourceTypeStringTrueNoThe resource type of this resource.
ResourceSubtypeStringTrueNoThe service hosting the attachment. Valid values are asana, dropbox, gdrive, onedrive, box, vimeo, and external.
PermanentURLStringTrueNoPermanentURL
SizeIntegerTrueNoThe size of the attachment in bytes. Only present when the resource_subtype is asana.
ConnectedToAppBooleanTrueNoWhether the attachment is connected to the app making the request for the purposes of showing an app components widget. Only present when the resource_subtype is external or gdrive.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
IdStringTrueNoGlobally unique identifier of the resource.
NameStringTrueNoThe name of the custom field.
DescriptionStringTrueNoThe description of the custom field.
TypeStringTrueNoThe type of the custom field. It must be one of the given values.
ProjectIdStringTrueProjects.IdNoGlobally unique Id of the project.
ProjectNameStringTrueNoName of the project.
IsImportantBooleanTrueNoName of the project.
FormatStringTrueNoThe format of the custom field.
TextValueStringTrueNoThe value of a text custom field.
NumberValueDoubleTrueNoThe value of a number custom field.
PrecisionIntegerTrueNoOnly relevant for custom fields of type 'Number'. This field specifies the number of digits after the decimal to round to.
CurrencyCodeStringTrueNoThe currency code for this custom field. This will be null if the format is not currency.
EnumOptionsStringTrueNoArray of projects this task is associated with and the section it is in.
CreatedByStringTrueNoGlobally unique user identifier.
CreatedByNameStringTrueNoThe user's name.
IsGlobaltoWorkspaceBooleanTrueNoA boolean flag that specifies whether this custom field is available to every container in the workspace.
HasNotificationsEnabledBooleanTrueNoA boolean flag that specifies whether a follower of a task with this field should receive inbox notifications about changes in this field.
WorkspaceIdStringTrueWorkspaces.IdNoGlobally unique ID of the workspace.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
ResourceId [KEY]StringTrueNoThe resource GID for the events were requested for.
ResourceTypeStringTrueNoThe resource type for the events were requested for.
ResourceSubTypeStringTrueNoThe resource sub type for the events were requested for.
ResourceNameStringTrueNoThe resource name for the events were requested for.
ParentStringTrueNoFor added/removed events, the parent that resource was added to or removed from. null for other event types.
CreatedAtDatetimeTrueNoThe timestamp when the event occurred.
UserIdStringTrueNoThe event may be triggered by a different user GID than the subscriber.
UserFullnameStringTrueNoThe event may be triggered by a different user name than the subscriber.
ActionStringTrueNoThe type of action taken that triggered the event.
ChangeFieldStringTrueNoThe name of the field that has changed in the resource.
ChangeActionStringTrueNoThe type of action taken on the field which has been changed. This can be one of changed, added, or removed depending on the nature of the change.
ChangeNewValueStringTrueNoThis property is only present when the value of the event's change.action is changed and the new_value is an Asana resource. This will be only the gid and resource_type of the resource when the events come from webhooks.
ChangeAddedValueStringTrueNoThis property is only present when the value of the event's change.action is added and the added_value is an Asana resource. This will be only the gid and resource_type of the resource when the events come from webhooks.
ChangeRemovedValueStringTrueNoThis property is only present when the value of the event's change.action is removed and the removed_value is an Asana resource. This will be only the gid and resource_type of the resource when the events come from webhook.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique Id of the goal membership.
GoalIdStringFalseGoals.IdNoGlobally unique identifier for goal.
GoalNameStringTrueNoThe name of the goal.
GoalOwnerGidStringTrueNoGlobally unique identifier of the goal owner.
GoalOwnerNameStringTrueNoThe name of the goal owner.
RoleStringTrueNoDescribes if the member is a commenter or editor in goal.
MemberIdStringFalseNoGlobally unique identifier of the member of the goal.
MemberNameStringTrueNoThe name of the member.
MemberResourceTypeStringTrueNoThe type of the member (team or user).
ResourceSubtypeStringTrueNoThe type of membership.
ResourceTypeStringTrueNoThe base type of this resource.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoGlobally unique Id of the goal.
ResourceTypeStringTrueNoThe base type of this resource.
NameStringFalseNoThe name of the goal.
OwnerIdStringFalseNoGlobally unique Id of the owner.
OwnerNameStringTrueNoThe name of the owner.
OwnerResourceTypeStringTrueNoThe base type of this resource.
DueOnDateFalseNoThe localized day on which this goal is due.
StartOnDateFalseNoThe day on which work for this goal begins.
CurrentStatusUpdateIdStringTrueNoGlobally unique identifier of the resource, as a string.
CurrentStatusUpdateResourceSubtypeStringTrueNoThe base type of this resource.
CurrentStatusUpdateResourceTypeStringTrueNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
CurrentStatusUpdateResourceTitleStringTrueNoThe title of the status update.
FollowersStringFalseNoArray of users who are members of this goal.
IsWorkspaceLevelBooleanFalseNoWhether the goal belongs to the workspace.
LikedBooleanFalseNoTrue if the goal is liked by the authorized user, false if not.
LikesStringTrueNoArray of likes for users who have liked this goal.
MetricIdStringTrueNoGlobally unique identifier of the metric.
MetricCurrencyCodeStringTrueNoISO 4217 currency code to format this custom field. This will be null if the unit is not currency.
MetricCurrentDisplayValueStringTrueNoThis string is the current value of a goal metric of type string.
MetricCurrentNumberValueIntegerTrueNoThis number is the current value of a goal metric of type number.
MetricInitialNumberValueIntegerTrueNoThis number is the start value of a goal metric of type number.
MetricPrecisionIntegerTrueNoOnly relevant for goal metrics of type 'Number'. This field dictates the number of places after the decimal to round to, i.e. 0 is integer values, 1 rounds to the nearest tenth, and so on. Must be between 0 and 6, inclusive.
MetricProgressSourceStringTrueNoThis field defines how the progress value of a goal metric is being calculated.
MetricResourceSubtypeStringTrueNoThe subtype of this resource.
MetricResourceTypeStringTrueNoThe base type of this resource.
MetricTargetNumberValueIntegerTrueNoThis number is the end value of a goal metric of type number. This number cannot equal initial_number_value.
MetricUnitStringTrueNoA supported unit of measure for the goal metric, or none.
NotesStringFalseNoFree-form textual information associated with the goal.
HtmlNotesStringFalseNoThe notes of the goal with formatting as HTML.
NumLikesIntegerTrueNoThe number of users who have liked this goal.
StatusStringFalseNoThe current status of this goal. When the goal is open, its status can be green, yellow, and red to reflect 'On Track', 'At Risk', and 'Off Track', respectively. When the goal is closed, the value can be missed, achieved, partial, or dropped.
TeamIdStringFalseTeams.IdNoGlobally unique identifier of the team.
TeamNameStringTrueNoThe name of the team.
TimePeriodIdStringFalseNoGlobally unique identifier of the time period.
TimePeriodDisplayNameStringTrueNoA string representing the cadence code and the fiscal year.
TimePeriodStartOnDateTrueNoThe localized end date of the time period.
TimePeriodEndOnDateTrueNoThe localized end date of the time period.
TimePeriodPeriodStringTrueNoThe cadence and index of the time period. The value is one of: FY, H1, H2, Q1, Q2, Q3, or Q4.
WorkspaceIdStringFalseWorkspaces.IdNoGlobally unique identifier of the workspace.
WorkspaceNameStringTrueNoThe name of the workspace.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the Portfolio Item.
NameStringTrueNoName of the Item.
PortfolioId [KEY]StringTruePortfolios.IdNoGlobally unique ID of the portfolio.
OwnerIdStringTrueNoGlobally unique ID of the Owner.
StartOnDateTrueNoThe day on which work for this project begins, or null if the project has no start date.
DueOnDateTrueNoThe day on which this project is due. This takes a date with format YYYY-MM-DD.
ProjectIdStringTrueProjects.IdNoGlobally unique ID of the Project. This column is a Pseudocolmn and its used for INSERT and UPDATE.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the portfoolio membership.
PortfolioId [KEY]StringTruePortfolios.IdNoThe portfolio the user is a member of.
PortfolioNameStringTrueNoThe name of the portfolio.
UserId [KEY]StringTrueUsers.IdNoGlobally unique ID of the user.
UserNameStringTrueNoThe users name.
ResourceTypeStringTrueNoThe resource type of this resource.
WorkspaceIdStringTrueWorkspaces.IdNoGlobally unique ID of the workspace. This column is a Pseudocolmn and its used in SELECT Query.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the portfolio.
NameStringFalseNoName of the portfolio.
ColorStringFalseNoColor of the portfolio.
CreatedAtDatetimeTrueNoThe time at which this portfolio was created.
CreatorIdStringTrueNoGlobally unique ID of the user created this portfolio.
CreatorNameStringTrueNoThe users name.
MembersStringFalseNoArray of users who are members of this portfolio.
OwnerIdStringFalseUsers.IdNoGlobally unique ID of the Owner. API users can only get a list of portfolios that they themselves own.
OwnerNameStringTrueNoThe Owners Name.
ResourceTypeStringTrueNoThe base type of this resource.
WorkspaceIdStringFalseWorkspaces.IdNoThe workspace or organization that the portfolio belongs to.
WorkspaceNameStringTrueNoName of the workspace.
ItemURLStringTrueNoA url that points directly to the object within Asana.
CurrentStatusUpdateIdStringTrueNoGlobally unique identifier of the resource, as a string.
CurrentStatusUpdateResourceTypeStringTrueNoThe base type of this resource.
CurrentStatusUpdateTitleStringTrueNoThe title of the status update.
CurrentStatusUpdateResourceSubtypeStringTrueNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
StartOnDateTrueNoThe day on which work for this portfolio begins, or null if the portfolio has no start date. This takes a date with YYYY-MM-DD format. Note: due_on must be present in the request when setting or unsetting the start_on parameter. Additionally, start_on and due_on cannot be the same date.
PublicBooleanFalseNoTrue if the portfolio is public to its workspace members.
ProjectTemplatesStringTrueNoArray of project templates that are in the portfolio

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
ProjectIdStringTrueProjects.IdNoGlobally unique ID of the Project.
UserIdStringTrueUsers.IdNoGlobally unique ID of the user.
UserNameStringTrueNoThe user`s name.
ResourceTypeStringTrueNoThe resource type of this resource.
WorkspaceIdStringTrueWorkspaces.IdNoThe workspace this Project is associated with.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the project membership.
ProjectId [KEY]StringFalseProjects.IdNoThe project the user is a member of.
WriteAccessStringTrueNoWhether the user has full access to the project or has comment-only access.
UserId [KEY]StringFalseUsers.IdNoThe user in the membership.
ResourceTypeStringTrueNoThe resource type of this resource.
MemberResourceTypeStringTrueNoThe resource type of the member (team or user).
ResourceSubtypeStringTrueNoType of the membership.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the project.
NameStringFalseNoName of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer.
ColorStringFalseNoColor of the project. Must be either null or one of: dark-pink, dark-green, dark-blue, dark-red, dark-teal, dark-brown, dark-orange, dark-purple, dark-warm-gray, light-pink, light-green, light-blue, light-red, light-teal, light-yellow, light-orange, light-purple, light-warm-gray.
CreatedAtDatetimeTrueNoThe time at which this project was created.
ModifiedAtDatetimeTrueNoThe time at which this project was last modified.
StartOnDateFalseNoThe day on which work for this project begins, or null if the project has no start date. This takes a date with YYYY-MM-DD format. Note: due_on must be present in the request when setting or unsetting the start_on parameter.
DueOnDateFalseNoThe day on which this project is due. This takes a date with format YYYY-MM-DD.
DefaultViewStringFalseNoThe default view of a project.
FollowersStringFalseNoFollowers are a subset of members who receive all notifications for a project.
ArchivedBooleanFalseNoTrue if the project is archived, false if not. Archived projects do not show in the UI by default and may be treated differently for queries.
UserIdStringFalseUsers.IdNoThe current owner of the project.
TeamIdStringFalseTeams.IdNoThe team that this project is shared with. This field only exists for projects in organizations.
WorkspaceIdStringTrueWorkspaces.IdNoThe workspace or organization this project is associated with. Once created, projects cannot be moved to a different workspace. This attribute can only be specified at creation time.
PublicBooleanFalseNoTrue if the project is public to the organization. If false, do not share this project with other users in this organization without explicitly checking to see if they have access. For new integrations, please refer to PrivacySetting column.
NotesStringFalseNoMore detailed, free-form textual information associated with the project.
HTMLNotesStringFalseNoThe notes of the project with formatting as HTML.
IsTemplateBooleanFalseNoDetermines if the project is a template.
LayoutStringTrueNoThe layout (board or list view) of a project.
MembersStringTrueNoArray of users who are members of this project.
SectionMigrationStatusStringTrueNoThe section migration status of this project.
PrivacySettingStringFalseNoThe privacy setting of the project.
TaskIdStringTrueTasks.IdNoGlobally unique ID of the Task.
ItemURLStringTrueNoA url that points directly to the object within Asana.
CurrentStatusUpdateIdStringTrueNoGlobally unique identifier of the resource, as a string.
CurrentStatusUpdateResourceTypeStringTrueNoThe base type of this resource.
CurrentStatusUpdateTitleStringFalseNoThe title of the status update.
CurrentStatusUpdateResourceSubtypeStringTrueNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
ResourceTypeStringTrueNoThe base type of this resource.
DefaultAccessLevelStringFalseNoThe default access for users or teams who join or are added as members to the project.
MinimumAccessLevelForCustomizationStringFalseNoThe minimum access level needed for project members to modify this project's workflow and appearance.
MinimumAccessLevelForSharingStringFalseNoThe minimum access level needed for project members to share the project and manage project memberships.
CompletedBooleanTrueNoTrue if the project is currently marked complete, false if not.
CompletedAtDatetimeTrueNoThe time at which this project was completed, or null if the project is not completed.
CompletedByIdStringTrueNoGlobally unique identifier of the resource, as a string.
CompletedByResourceTypeStringTrueNoThe base type of this resource.
CompletedByNameStringTrueNoRead-only except when same user as requester. The user�s name.
IconStringTrueNoThe icon for a project.
ProjectBriefIdStringTrueNoThe project brief associated with this project.
ProjectBriefResourceTypeStringTrueNoThe project brief associated with this project.
CreatedFromTemplateIdStringTrueNoId of the project template from which this project was created. If the project was not created from a template, this field will be null.
CreatedFromTemplateResourceTypeStringTrueNoResource type of the project template from which this project was created. If the project was not created from a template, this field will be null.
CreatedFromTemplateNameStringTrueNoName of the project template from which this project was created. If the project was not created from a template, this field will be null.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the project status update.
ColorStringTrueNoThe color associated with the status update.
TitleStringTrueNoThe title of the project status update.
TextStringTrueNoThe text content of the status update.
CreatedAtDatetimeTrueNoThe time at which the status update was created.
CreatedByStringTrueUsers.IdNoThe creator of the status update.
ProjectIdStringTrueProjects.IdNoGlobally unique ID of the project.
ResourceTypeStringTrueNoThe resource type of this resource. The value for this resource is always project_status.
HTMLTextStringTrueNoThe notes of the project with formatting as HTML.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique identifier of the resource, as a string.
ColorStringTrueNoColor of the project template.
DescriptionStringTrueNoFree-form textual information associated with the project template.
Html_descriptionStringTrueNoThe description of the project template with formatting as HTML.
NameStringTrueNoName of the project template.
OwnerIdStringTrueUsers.IdNoA user object. Globally unique identifier of the resource, as a string.
OwnerNameStringTrueNoA user object. The base type of this resource.
OwnerResourceTypeStringTrueNoA user object. Read-only except when same user as requester. The name of the User.
IsPublicBooleanTrueNoTrue if the project template is public to its team.
RequestedDatesStringTrueNoArray of date variables in this project template. Calendar dates must be provided for these variables when instantiating a project.
ResourceTypeStringTrueNoThe base type of this resource.
TeamIdStringTrueTeams.IdNoA team is used to group related projects and people together within an organization. Globally unique identifier of the resource, as a string.
TeamNameStringTrueNoA team is used to group related projects and people together within an organization. The name of the team.
TeamResourceTypeStringTrueNoA team is used to group related projects and people together within an organization. The base type of this resource.
RequestedRolesStringTrueNoArray of template roles in this project template. User Ids can be provided for these variables when instantiating a project to assign template tasks to the user.
WorkspaceIdStringFalseYesThe workspace Id to filter results on.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the section.
NameStringFalseNoThe name of the section.
CreatedAtDatetimeTrueNoThe time at which the section was created.
ResourceTypeStringTrueNoThe resource type of this resource.
ProjectIdStringFalseProjects.IdNoThe section under the project.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique identifier of the resource, as a string.
AuthorIdStringTrueNoA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. Globally unique identifier of the resource.
AuthorNameStringTrueNoA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. The user's name.
AuthorResourceTypeStringTrueNoA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. The base type of this resource.
CreatedAtDatetimeTrueNoThe time at which this resource was created.
CreatedByIdStringTrueNoA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. Globally unique identifier of the resource.
CreatedByNameStringTrueNoA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. The user's name.
CreatedByResourceTypeStringTrueNoA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. The base type of this resource.
LikedBooleanTrueNoTrue if the status is liked by the authorized user, false if not.
LikesStringTrueNoArray of likes for users who have liked this status.
ModifiedAtDatetimeTrueNoThe time at which this project status was last modified.
NumLikesIntegerTrueNoThe number of users who have liked this status.
ParentIdStringFalseNoId of parent of the status update.
ParentNameStringTrueNoName of parent of the status update.
ParentResourceTypeStringTrueNoResource type of parent of the status update.
ResourceSubtypeStringTrueNoThe subtype of this resource.
ResourceTypeStringTrueNoThe base type of this resource.
StatusTypeStringFalseNoThe type associated with the status update.
TextStringFalseNoThe text content of the status update.
HTMLTextStringFalseNoThe text content of the status update with formatting as HTML.
TitleStringFalseNoThe title of the status update.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the story.
TextStringFalseNoFormatted text for the story or comment.
CreatedAtDatetimeTrueNoThe time at which this story was created.
creatorIdStringTrueUsers.IdNoThe user who created the story.
creatorNameStringFalseUsers.NameNoThe user who created the story.
SourceStringTrueNoThe component of the Asana product the user used to create the story.
TaskIdStringFalseTasks.IdNoThe story under the task.
LikedBooleanTrueNoTrue if the story is liked by the authorized user, false if not.
IsPinnedBooleanFalseNoThis field is only present on comment and attachment stories.
IsEditedBooleanTrueNoWhether the text of the story has been edited after creation.
ResourceTypeStringTrueNoThe resource type of this resource.
ResourceSubTypeStringTrueNoThe type of story. This provides fine-grained information about what triggered the story creation.
HtmlTextStringTrueNoHTML formatted text for a comment.
DuplicateTaskOfStringTrueTasks.IdNoThe task is the basic object around which many operations in Asana are centered.
DependencyTaskIdStringTrueTasks.IdNoThe task is the basic object around which many operations in Asana are centered.
NumberofLikesIntegerTrueNoThe number of users who have liked this story.
LikesStringTrueNoArray of likes for users who have liked this story.
StickerNameStringFalseNoThe name of the sticker in this story. null if there is no sticker.
TypeStringTrueNoStory type (comment or system)
PreviewsStringTrueNoA collection of previews to be displayed in the story. This property only exists for comment stories.
OldNameStringTrueNoOldName
NewNameStringTrueNoNewName
OldDatesStartOnDateTrueNoThe day on which work for this goal begins, or null if the goal has no start date. This takes a date with YYYY-MM-DD format, and cannot be set unless there is an accompanying due date.
OldDatesDueAtDatetimeTrueNoThe UTC date and time on which this task is due, or null if the task has no due time. This takes an ISO 8601 date string in UTC and should not be used together with due_on.
OldDatesDueOnDateTrueNoThe localized day on which this goal is due. This takes a date with format YYYY-MM-DD.
NewDatesStartOnDateTrueNoThe day on which work for this goal begins, or null if the goal has no start date. This takes a date with YYYY-MM-DD format, and cannot be set unless there is an accompanying due date.
NewDatesDueAtDatetimeTrueNoThe UTC date and time on which this task is due, or null if the task has no due time. This takes an ISO 8601 date string in UTC and should not be used together with due_on.
NewDatesDueOnDateTrueNoThe localized day on which this goal is due. This takes a date with format YYYY-MM-DD.
OldResourceSubtypeStringTrueNoOldResourceSubtype
NewResourceSubtypeStringTrueNoNewResourceSubtype
StoryIdStringTrueNoGlobally unique identifier of the resource, as a string.
StoryResourceTypeStringTrueNoThe base type of this resource.
StoryCreatedAtDatetimeTrueNoThe time at which this resource was created.
StoryCreatedByIdStringTrueNoGlobally unique identifier of the resource, as a string.
StoryCreatedByResourceTypeStringTrueNoThe base type of this resource.
StoryCreatedByNameStringTrueNoRead-only except when same user as requester. The user�s name.
StoryResourceSubtypeStringTrueNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
StoryTextStringTrueNoHuman-readable text for the story or comment. This will not include the name of the creator. This is not guaranteed to be stable for a given type of story. For example, text for a reassignment may not always say �assigned to �� as the text for a story can both be edited and change based on the language settings of the user making the request. Use the resource_subtype property to discover the action that created the story.
AssigneeIdStringTrueNoGlobally unique identifier of the resource, as a string.
AssigneeResourceTypeStringTrueNoThe base type of this resource.
AssigneeNameStringTrueNoRead-only except when same user as requester. The user�s name.
FollowerIdStringTrueNoGlobally unique identifier of the resource, as a string.
FollowerResourceTypeStringTrueNoThe base type of this resource.
FollowerNameStringTrueNoRead-only except when same user as requester. The user�s name.
OldSectionIdStringTrueNoGlobally unique identifier of the resource, as a string.
OldSectionResourceTypeStringTrueNoThe base type of this resource.
OldSectionNameStringTrueNoRead-only except when same user as requester. The user�s name.
NewSectionIdStringTrueNoGlobally unique identifier of the resource, as a string.
NewSectionResourceTypeStringTrueNoThe base type of this resource.
NewSectionNameStringTrueNoRead-only except when same user as requester. The user�s name.
StoryTaskIdStringTrueNoGlobally unique identifier of the resource, as a string.
StoryTaskResourceTypeStringTrueNoThe base type of this resource.
StoryTaskNameStringTrueNoThe name of the task.
TaskResourceSubtypeStringTrueNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
TaskCreatedByIdStringTrueNoGlobally unique identifier of the resource.
TaskCreatedByResourceTypeStringTrueNoThe type of resource.
ProjectIdStringTrueNoGlobally unique identifier of the resource, as a string.
ProjectResourceTypeStringTrueNoThe base type of this resource.
ProjectNameStringTrueNoName of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer.
TagIdStringTrueNoGlobally unique identifier of the resource, as a string.
TagResourceTypeStringTrueNoThe base type of this resource.
TagNameStringTrueNoName of the tag. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer.
CustomFieldStringTrueNoCustomField
OldTextValueStringTrueNoOldTextValue
NewTextValueStringTrueNoNewTextValue
OldNumberValueIntegerTrueNoOldNumberValue
NewNumberValueIntegerTrueNoNewNumberValue
OldEnumValueStringTrueNoOldEnumValue
NewEnumValueStringTrueNoNewEnumValue
OldDateValueStringTrueNoOldDateValue
NewDateValueStringTrueNoNewDateValue
OldPeopleValueStringTrueNoOldPeopleValue
NewPeopleValueStringTrueNoNewPeopleValue
OldMultiEnumValuesStringTrueNoOldMultiEnumValues
NewMultiEnumValuesStringTrueNoNewMultiEnumValues
NewApprovalStatusStringTrueNoThe new value of approval status.
OldApprovalStatusStringTrueNoThe old value of approval status.
DuplicateOfStringTrueNoDuplicateOf

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the Subtask.
ParentTaskIdStringTrueTasks.IdNoGlobally unique ID of the task.
NameStringFalseNoName of the Subtask.
AssigneeStringFalseUsers.IdNoUser to which this subtask is assigned.
AssigneeStatusStringFalseNoScheduling status of this subtask for the user it is assigned to.
CreatedAtDatetimeTrueNoThe time at which this subtask was created.
ModifiedAtDatetimeTrueNoThe time at which this subtask was last modified.
startOnDateFalseNoThe day on which work begins for the task , or null if the task has no start date. This takes a date with YYYY-MM-DD format.
DueAtDatetimeFalseNoDate and time on which this subtask is due, or null if the subtask has no due time.
DueOnDateFalseNoDate on which this task is due, or null if the task has no due date. This takes a date with YYYY-MM-DD format.
CompletedBooleanFalseNoTrue if the subtask is currently marked complete, false if not.
CompletedAtDatetimeTrueNoThe time at which this subtask was completed, or null if the subtask is incomplete.
completed_byStringTrueUsers.IdNoThe user who completed this task.
ProjectIdStringFalseProjects.IdNoGlobally unique ID of the Project.
WorkspaceIdStringFalseWorkspaces.IdNoGlobally unique ID of the Workspace.
NotesStringFalseNoMore detailed, free-form textual information associated with the subtask.
ApprovalStatusStringFalseNoReflects the approval status of this task.
ResourceSubTypeStringFalseNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
HtmlNotesStringFalseNoThe notes of the text with formatting as HTML.
DependenciesStringTrueNoArray of resources referencing tasks that this task depends on.
MembershipsStringTrueNoArray of projects this task is associated with and the section it is in.
DependentsStringTrueNoArray of resources referencing tasks that depend on this task.
LikedBooleanFalseNoTrue if the task is liked by the authorized user, false if not.
NumberofLikesIntegerTrueNoThe number of users who have liked this Task.
LikedByStringTrueNoArray of likes for users who have liked this task.
ResourceTypeStringTrueNoThe base type of this resource.
IsRenderedAsSeparatorBooleanTrueNoIn some contexts tasks can be rendered as a visual separator.
FollowersStringFalseNoArray of users following this task.
TagsStringFalseNoArray of tags associated with this task.
CreatedByIdStringTrueNoGlobally unique identifier of the resource.
CreatedByResourceTypeStringTrueNoThe type of resource.
NumSubTasksIntegerTrueNoNumSubTasks.
StartAtDatetimeTrueNoStartAt.
ActualTimeMinutesIntegerTrueNoActualTimeMinutes.
AssigneeSectionStringTrueNoAssigneeSection.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the tag.
NameStringTrueNoName of the tag.
CreatedAtDatetimeTrueNoThe time at which this tag was created.
ColorStringTrueNoColor of the tag.
NotesStringFalseNoNotes of the tag.
FollowersStringFalseNoFollowers for the tag.
WorkspaceIdStringTrueWorkspaces.IdNoThe workspace or organization this tag is associated with.
ResourceTypeStringTrueNoThe base type of this resource.
TaskIdStringTrueTasks.IdNoThe task this tag is mapped with.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the task.
NameStringFalseNoName of the task.
AssigneeStringFalseUsers.IdNoUser to which this task is assigned.
AssigneeStatusStringFalseNoScheduling status of this task for the user it is assigned to.
CreatedAtDatetimeTrueNoThe time at which this task was created.
ModifiedAtDatetimeTrueNoThe time at which this task was last modified.
startOnDateFalseNoDate and time on which this task is due, or null if the task has no due time.
DueAtDatetimeFalseNoDate and time on which this task is due, or null if the task has no due time.
DueOnDateFalseNoDate on which this task is due, or null if the task has no due date. This takes a date with YYYY-MM-DD format.
CompletedBooleanFalseNoTrue if the task is currently marked complete, false if not.
CompletedAtDatetimeTrueNoThe time at which this task was completed, or null if the task is incomplete.
CompletedByStringTrueUsers.IdNoThe user who completed this task.
ProjectsStringFalseNoProjects of this task is associated with.
WorkspaceIdStringFalseWorkspaces.IdNoGlobally unique ID of the Workspace.
NotesStringFalseNoMore detailed, free-form textual information associated with the task.
NumberofSubTasksIntegerTrueNoThe number of subtasks on this task.
ApprovalStatusStringFalseNoReflects the approval status of this task.
ResourceSubTypeStringFalseNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
HtmlNotesStringFalseNoThe notes of the text with formatting as HTML.
MembershipsStringTrueNoArray of projects this task is associated with and the section it is in.
DependenciesStringTrueNoArray of resources referencing tasks that this task depends on.
DependentsStringTrueNoArray of resources referencing tasks that depend on this task.
LikedBooleanTrueNoTrue if the task is liked by the authorized user, false if not.
NumberofLikesIntegerTrueNoThe number of users who have liked this Task.
LikedByStringTrueNoArray of likes for users who have liked this task.
ResourceTypeStringTrueNoThe base type of this resource.
IsRenderedAsSeparatorBooleanTrueNoIn some contexts tasks can be rendered as a visual separator.
FollowersStringFalseNoArray of users following this task.
TagsStringFalseNoArray of tags associated with this task.
ActualTimeMinutesDoubleTrueNoThis value represents the sum of all the Time Tracking entries in the Actual Time field on a given Task. It is represented as a nullable long value. Note: The time tracking feature is only available on the Asana Advanced or a higher subscription.
ParentStringTrueNoThe parent of this task, or null if this is not a subtask.
ItemURLStringTrueNoA URL that points directly to the object within Asana.
ExternalStringFalseNoThe external field allows you to store app-specific metadata on tasks, including a gid that can be used to retrieve tasks and a data blob that can store app-specific character strings. Note that you will need to authenticate with OAuth to access or modify this data.
AssigneeResourceTypeStringTrueNoThe base type of the Assignee resource.
AssigneeNameStringTrueNoThe Assignee user's name.
AssigneeSectionStringFalseNoThe assignee section is a subdivision of a project that groups tasks together in the assignee's 'My Tasks' list. The assignee_section property will be returned in the response only if the request was sent by the user who is the assignee of the task.
AssigneeSectionResourceTypeStringTrueNoThe base type of the AssigneeSection resource.
AssigneeSectionNameStringTrueNoThe name of the The name of the section.
StartAtDatetimeFalseNoDate and time on which work begins for the task, or null if the task has no start time. It should not be used together with startOn.
CompletedByResourceTypeStringTrueNoThe base type of the CompletedBy resource.
CompletedByNameStringTrueNoThe CompletedBy user's name.
WorkspaceResourceTypeStringTrueNoThe base type of the Workspace resource.
WorkspaceNameStringTrueNoThe name of the workspace.
CreatedByIdStringTrueNoGlobally unique identifier of the resource.
CreatedByResourceTypeStringTrueNoThe type of resource.
TaskId [KEY]StringTrueTasks.IdNoThe task to operate on.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the task.
NameStringTrueNoName of the task.
AssigneeStringTrueUsers.IdNoUser to which this task is assigned.
AssigneeStatusStringTrueNoScheduling status of this task for the user it is assigned to.
CreatedAtDatetimeTrueNoThe time at which this task was created.
ModifiedAtDatetimeTrueNoThe time at which this task was last modified.
StartOnDateTrueNoDate and time on which this task is due, or null if the task has no due time.
DueAtDatetimeTrueNoDate and time on which this task is due, or null if the task has no due time.
DueOnDateTrueNoDate on which this task is due, or null if the task has no due date. This takes a date with YYYY-MM-DD format.
CompletedBooleanTrueNoTrue if the task is currently marked complete, false if not.
CompletedAtDatetimeTrueNoThe time at which this task was completed, or null if the task is incomplete.
CompletedByStringTrueUsers.IdNoThe user who completed this task.
ProjectsStringTrueNoProjects of this task is associated with.
WorkspaceIdStringTrueWorkspaces.IdNoGlobally unique ID of the Workspace.
NotesStringTrueNoMore detailed, free-form textual information associated with the task.
NumberofSubTasksIntegerTrueNoThe number of subtasks on this task.
ApprovalStatusStringTrueNoReflects the approval status of this task.
ResourceSubTypeStringTrueNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
HtmlNotesStringTrueNoThe notes of the text with formatting as HTML.
MembershipsStringTrueNoArray of projects this task is associated with and the section it is in.
DependenciesStringTrueNoArray of resources referencing tasks that this task depends on.
DependentsStringTrueNoArray of resources referencing tasks that depend on this task.
LikedBooleanTrueNoTrue if the task is liked by the authorized user, false if not.
NumberofLikesIntegerTrueNoThe number of users who have liked this Task.
LikedByStringTrueNoArray of likes for users who have liked this task.
ResourceTypeStringTrueNoThe base type of this resource.
IsRenderedAsSeparatorBooleanTrueNoIn some contexts tasks can be rendered as a visual separator.
FollowersStringTrueNoArray of users following this task.
TagsStringTrueNoArray of tags associated with this task.
ActualTimeMinutesDoubleTrueNoThis value represents the sum of all the Time Tracking entries in the Actual Time field on a given Task. It is represented as a nullable long value. Note: The time tracking feature is only available on the Asana Advanced or a higher subscription.
ParentStringTrueNoThe parent of this task, or null if this is not a subtask.
ItemURLStringTrueNoA URL that points directly to the object within Asana.
ExternalStringTrueNoThe external field allows you to store app-specific metadata on tasks, including a gid that can be used to retrieve tasks and a data blob that can store app-specific character strings. Note that you will need to authenticate with OAuth to access or modify this data.
AssigneeResourceTypeStringTrueNoThe base type of the Assignee resource.
AssigneeNameStringTrueNoThe Assignee user's name.
AssigneeSectionStringTrueNoThe assignee section is a subdivision of a project that groups tasks together in the assignee's 'My Tasks' list. The assignee_section property will be returned in the response only if the request was sent by the user who is the assignee of the task.
AssigneeSectionResourceTypeStringTrueNoThe base type of the AssigneeSection resource.
AssigneeSectionNameStringTrueNoThe name of the The name of the section.
StartAtDatetimeTrueNoDate and time on which work begins for the task, or null if the task has no start time. It should not be used together with startOn.
CompletedByResourceTypeStringTrueNoThe base type of the CompletedBy resource.
CompletedByNameStringTrueNoThe CompletedBy user's name.
WorkspaceResourceTypeStringTrueNoThe base type of the Workspace resource.
WorkspaceNameStringTrueNoThe name of the workspace.
CreatedByIdStringTrueNoGlobally unique identifier of the resource.
CreatedByResourceTypeStringTrueNoThe type of resource.
TaskId [KEY]StringTrueTasks.IdNoThe task to operate on.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the task.
NameStringFalseNoName of the task.
AssigneeStringFalseUsers.IdNoUser to which this task is assigned.
AssigneeStatusStringFalseNoScheduling status of this task for the user it is assigned to.
CreatedAtDatetimeTrueNoThe time at which this task was created.
ModifiedAtDatetimeTrueNoThe time at which this task was last modified.
startOnDateFalseNoDate and time on which this task is due, or null if the task has no due time.
DueAtDatetimeFalseNoDate and time on which this task is due, or null if the task has no due time.
DueOnDateFalseNoDate on which this task is due, or null if the task has no due date. This takes a date with YYYY-MM-DD format.
CompletedBooleanFalseNoTrue if the task is currently marked complete, false if not.
CompletedAtDatetimeTrueNoThe time at which this task was completed, or null if the task is incomplete.
CompletedByStringTrueUsers.IdNoThe user who completed this task.
ProjectIdStringFalseProjects.IdNoProjectid of this task is associated with.
ProjectsStringFalseNoProjects of this task is associated with.
WorkspaceIdStringFalseWorkspaces.IdNoGlobally unique ID of the Workspace.
NotesStringFalseNoMore detailed, free-form textual information associated with the task.
NumberofSubTasksIntegerTrueNoThe number of subtasks on this task.
ApprovalStatusStringFalseNoReflects the approval status of this task.
ResourceSubTypeStringFalseNoThe subtype of this resource. Different subtypes retain many of the same fields and behavior, but may render differently in Asana or represent resources with different semantic meaning.
HtmlNotesStringFalseNoThe notes of the text with formatting as HTML.
MembershipsStringTrueNoArray of projects this task is associated with and the section it is in.
DependenciesStringTrueNoArray of resources referencing tasks that this task depends on.
DependentsStringTrueNoArray of resources referencing tasks that depend on this task.
LikedBooleanTrueNoTrue if the task is liked by the authorized user, false if not.
NumberofLikesIntegerTrueNoThe number of users who have liked this Task.
LikedByStringTrueNoArray of likes for users who have liked this task.
ResourceTypeStringTrueNoThe base type of this resource.
IsRenderedAsSeparatorBooleanTrueNoIn some contexts tasks can be rendered as a visual separator.
FollowersStringFalseNoArray of users following this task.
TagsStringFalseNoArray of tags associated with this task.
ActualTimeMinutesDoubleTrueNoThis value represents the sum of all the Time Tracking entries in the Actual Time field on a given Task. It is represented as a nullable long value. Note: The time tracking feature is only available on the Asana Advanced or a higher subscription.
ParentStringTrueNoThe parent of this task, or null if this is not a subtask.
ItemURLStringTrueNoA URL that points directly to the object within Asana.
ExternalStringFalseNoThe external field allows you to store app-specific metadata on tasks, including a gid that can be used to retrieve tasks and a data blob that can store app-specific character strings. Note that you will need to authenticate with OAuth to access or modify this data.
AssigneeResourceTypeStringTrueNoThe base type of the Assignee resource.
AssigneeNameStringTrueNoThe Assignee user's name.
AssigneeSectionStringFalseNoThe assignee section is a subdivision of a project that groups tasks together in the assignee's 'My Tasks' list. The assignee_section property will be returned in the response only if the request was sent by the user who is the assignee of the task.
AssigneeSectionResourceTypeStringTrueNoThe base type of the AssigneeSection resource.
AssigneeSectionNameStringTrueNoThe name of the The name of the section.
StartAtDatetimeFalseNoDate and time on which work begins for the task, or null if the task has no start time. It should not be used together with startOn.
CompletedByResourceTypeStringTrueNoThe base type of the CompletedBy resource.
CompletedByNameStringTrueNoThe CompletedBy user's name.
WorkspaceResourceTypeStringTrueNoThe base type of the Workspace resource.
WorkspaceNameStringTrueNoThe name of the workspace.
CreatedByIdStringTrueNoGlobally unique identifier of the resource.
CreatedByResourceTypeStringTrueNoThe type of resource.
SectionIdStringTrueSections.IdNoPseudoColumn: Globally unique ID of the section.
UserTaskListIdStringTrueworkspacemembership.UserTaskListIdNoPseudoColumn: A user task list represents the tasks assigned to a particular user.
TagIdStringTrueTags.IdNoPseudoColumn: Globally unique ID of the tag.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
ProjectIdStringTrueProjects.IdNoGlobally unique ID of the project.
NumberofTasksIntegerTrueNoThe number of tasks in a project.
CompletedTasksIntegerTrueNoThe number of completed tasks in a project.
IncompleteTasksIntegerTrueNoThe number of incomplete tasks in a project.
NumberofMilestonesIntegerTrueNoThe number of milestones in a project.
CompletedMilestonesIntegerTrueNoThe number of completed milestones in a project.
InCompleteMilestonesIntegerTrueNoThe number of incomplete milestones in a project.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the user.
ResourceTypeStringTrueNoThe base type of this resource.
NameStringTrueNoName of the task template.
ProjectIdStringTrueProjects.IdNoGlobally unique identifier of the resource, as a string.
ProjectNameStringTrueNoName of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer.
TemplateNameStringTrueNoGlobally unique identifier of the resource, as a string.
TemplateTaskResourceSubtypeStringTrueNoThe subtype of the task that will be created from this template.
TemplateDescriptionStringTrueNoDescription of the task that will be created from this template.
TemplateHTMLDescriptionStringTrueNoHTML description of the task that will be created from this template.
TemplateMembershipsStringTrueNoArray of projects that the task created from this template will be added to.
TemplateRelativeStartOnIntegerTrueNoThe number of days after the task has been instantiated on which that the task will start.
TemplateRelativeDueOnIntegerTrueNoThe number of days after the task has been instantiated on which that the task will be due.
TemplateDueTimeStringTrueNoThe time of day that the task will be due.
TemplateDependenciesStringTrueNoArray of task templates that the task created from this template will depend on.
TemplateDependentsStringTrueNoArray of task templates that will depend on the task created from this template.
TemplateFollowersStringTrueNoArray of users that will be added as followers to the task created from this template.
TemplateAttachmentsStringTrueNoArray of attachments that will be added to the task created from this template.
TemplateSubtasksStringTrueNoArray of subtasks that will be added to the task created from this template.
CreatedByIdStringTrueNoGlobally unique identifier of the resource, as a string.
CreatedByNameStringTrueNoRead-only except when same user as requester. The user�s name.
CreatedAtDatetimeTrueNoThe time at which this task template was created.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique identifier of the resource, as a string.
userId [KEY]StringTrueUsers.IdNoGlobally unique ID of the user.
userNameStringTrueNoThe users name.
TeamId [KEY]StringTrueTeams.IdNoGlobally unique ID of the team.
TeamNameStringTrueNoThe name of the team.
IsGuestBooleanTrueNoDescribes if the user is a guest in the team.
ResourceTypeStringTrueNoThe base type of this resource.
IsLimitedAccessBooleanTrueNoDescribes if the user has limited access to the team.
IsAdminBooleanTrueNoDescribes if the user is a team admin.
WorkspaceIdStringTrueWorkspaces.IdNoGlobally unique ID of the workspace.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the team.
NameStringFalseNoThe name of the team.
DescriptionStringFalseNoThe description of the team.
WorkspaceIdStringTrueWorkspaces.IdNoThe workspace or organization this team is associated with.
HTMLDescrptionStringFalseNoThe description of the team with formatting as HTML.
ResourceTypeStringTrueNoThe resource type of this resource.
ItemURLStringTrueNoA url that points directly to the object within Asana.
VisibilityStringFalseNoThe visibility of the team to users in the same organization.
TeamContentManagementAccessLevelStringFalseNoControls who can create and share content with the team.
EditTeamNameOrDescriptionAccessLevelStringTrueNoControls who can edit team name and description.
EditTeamVisibilityOrTrashTeamAccessLevelStringTrueNoControls who can edit team visibility and trash teams.
MemberInviteManagementAccessLevelStringTrueNoControls who can accept or deny member invites for a given team.
GuestInviteManagementAccessLevelStringTrueNoControls who can accept or deny guest invites for a given team.
JoinRequestManagementAccessLevelStringTrueNoControls who can accept or deny join team requests for a Membership by Request team.
TeamMemberRemovalAccessLevelStringTrueNoControls who can remove team members.
OrganizationResourceTypeStringTrueNoThe base type of this resource.
OrganizationNameStringTrueNoThe name of the workspace.
UserIdStringTrueUsers.IdNoGlobally unique ID of the user.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the user.
ResourceTypeStringTrueNoThe base type of this resource.
EndOnStringTrueNoThe localized end date of the time period in YYYY-MM-DD format.
StartOnStringTrueNoThe localized start date of the time period in YYYY-MM-DD format.
PeriodStringTrueNoThe cadence and index of the time period. The value is one of: FY, H1, H2, Q1, Q2, Q3, or Q4.
DisplayNameStringTrueNoA string representing the cadence code and the fiscal year.
ParentIdStringTrueNoGlobally unique ID of the user.
ParentResourceTypeStringTrueNoThe base type of this resource.
ParentEndOnStringTrueNoThe localized end date of the time period in YYYY-MM-DD format.
ParentStartOnStringTrueNoThe localized start date of the time period in YYYY-MM-DD format.
ParentPeriodStringTrueNoThe cadence and index of the time period. The value is one of: FY, H1, H2, Q1, Q2, Q3, or Q4.
ParentDisplayNameStringTrueNoA string representing the cadence code and the fiscal year.
WorkspaceIdStringTrueWorkspaces.IdNoGlobally unique ID of the workspace.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the team.
ResourceTypeStringTrueNoThe base type of this resource.
CreatedByStringTrueNoA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks.
CreatedByResourceTypeStringTrueNoThe base type of the CreatedBy user resource.
CreatedByNameStringTrueNoThe user's name.
DurationMinutesIntegerFalseNoTime in minutes tracked by the entry.
EnteredOnDateFalseNoThe day that this entry is logged on.
CreatedAtDatetimeTrueNoThe time at which this resource was created.
TaskIdStringFalseNoThe associated Task's object Id. The task is the basic object around which many operations in Asana are centered.
TaskResourceTypeStringTrueNoThe base type of the Task resource.
TaskNameStringTrueNoThe name of the task.
TaskResourceSubtypeStringTrueNoThe subtype of the Task resource.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the user.
NameStringTrueNoThe user`s name.
EmailStringTrueNoThe user`s email address.
ResourceTypeStringTrueNoThe resource type of this resource.
WorkspaceIdStringTrueWorkspaces.IdNoThe User access in workspaces.
TeamIdStringTrueTeams.IdNoGlobally unique ID of the team.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueworkspacemembership.UserTaskListIdNoGlobally unique ID of the user task list.
NameStringTrueNoThe name of the user task list.
UserIdStringTrueUsers.IdNoThe owner of the user task list.
workspaceIdStringTrueWorkspaces.IdNoThe workspace in which the user task list is located.
ResourceTypeStringTrueNoThe resource type of this resource.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the membership.
userId [KEY]StringTrueUsers.IdNoGlobally unique ID of the user.
userNameStringTrueNoThe user`s name.
WorkspaceId [KEY]StringTrueWorkspaces.IdNoGlobally unique ID of the workspace.
WorkspaceNameStringTrueNoThe Workspace name.
IsActiveBooleanTrueNoReflects if this user still a member of the workspace.
IsAdminBooleanTrueNoReflects if this user is an admin of the workspace.
IsGuestBooleanTrueNoReflects if this user is a guest of the workspace.
UserTaskListIdStringTrueUserTaskList.IdNoA user task list represents the tasks assigned to a particular user.
ResourceTypeStringTrueNoThe base type of this resource.
VacationStartDateStringTrueNoThe day on which the user's vacation in this workspace starts.
VacationEndDateStringTrueNoThe day on which the user's vacation in this workspace ends.
CreatedAtDatetimeTrueNoThe time at which this resource was created.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoGlobally unique ID of the workspace.
NameStringFalseNoThe name of the workspace.
ResourceTypeStringTrueNoThe resource type of this resource.
IsOrganizationBooleanTrueNoWhether the workspace is an organization.
EmailDomainsStringTrueNoWhether the workspace is an organization.
ItemURLStringTrueNoA url that points directly to the object within Asana.
UserIdStringTrueUsers.IdNoGlobally unique ID of the user.

Return to Top