ReactionCompact
Property | Type | Description |
---|---|---|
gid | string | The ID of the reaction object. |
emoji | string | The emoji string used in the reaction. |
user | object | A user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |
user.gid | string | Globally unique identifier of the resource, as a string. |
user.resource_type | string | The base type of this resource. |
user.name | string | Read-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"
}
}