Reactions

ReactionCompact

PropertyTypeDescription
gidstringThe ID of the reaction object.
emojistringThe emoji string used in the reaction.
userobjectA user object represents an account in Asana that can be given access to various workspaces, projects, and tasks.
user.gidstringGlobally unique identifier of the resource, as a string.
user.resource_typestringThe base type of this resource.
user.namestringRead-only except when same user as requester. The user's name.

Example JSON for ReactionCompact:

{
  "gid": "12345",
  "emoji": "👍",
  "user": {
    "gid": "12345",
    "resource_type": "user",
    "name": "Greg Sanchez"
  }
}
Asana Footer
Asana Home
Asana helps you manage projects, focus on what's important, and organize work in one place for seamless collaboration.
© 2023 Asana, Inc.