Trello Connector Objects
This feature is a Beta Service. A customer may opt to try a Beta Service in its sole discretion. Any use of the Beta Service is subject to the applicable Beta Services Terms provided at Agreements and Terms. If you have questions or feedback about this Beta Service, contact the Data 360 Connector team at datacloud-connectors-beta@salesforce.com.
| Name | Description |
|---|---|
| Actions | Lists different actions made on Organization/Board/Card determined by type. |
| BoardPlugins | Lists all plugins enabled for each board. |
| BoardPreferences | Lists preferences of the boards. |
| Boards | Lists all boards that are available to the user. |
| BoardStars | Lists all the Boards that the user has starred. |
| CardAttachments | Lists all the attachments of each card. |
| CardChecklists | Lists all checklists that have been created. |
| CardLabels | Lists all labels assigned to each card. |
| CardMembers | Lists all members assigned to each card. |
| Cards | Lists all the cards from every board |
| CardStickers | Lists all stickers for each card. |
| CheckListItems | Lists all items found on checklists. |
| Checklists | Deprecated. Lists all checklists found on boards. |
| Comments | Lists comments on cards. |
| Enterprises | Gets information about an enterprise. |
| Exports | Lists all exports of the organizations. |
| Labels | Lists all labels of the boards. |
| Lists | Lists all the lists that have been created on boards. |
| Memberships | Lists all members associated with the boards. |
| Notifications | Lists all notifications of the user logged. |
| OrganizationMembers | List the members in a Organization. |
| OrganizationPreferences | Lists preferences of the boards. |
| Organizations | Lists all organizations where the user is associated. |
| PluginData | Get data from plugins that have been enabled on board. |
| Reactions | Lists all Reactions made on the logged users Actions. |
| TokenPermissions | Gets information about read and write permissions. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| ActionId [KEY] | String | False | No | The Id of the action. | |
| Type | String | False | No | The action type (possible values https://developers.trello.com/reference#action-types) | |
| Date | Datetime | False | No | Date created. | |
| BoardID | String | False | Boards.BoardID | No | The Id of the board which the action references. |
| ListName | String | False | No | The name of the list which the action references. | |
| ListID | String | False | Lists.ListId | No | The Id of the list which the action references. |
| CardID | String | False | No | The Id of the card which the action references. | |
| CardName | String | False | No | The name of the card which the action references. | |
| CardShortLink | String | False | No | The link of the card which the action references. | |
| MemberId | String | False | Memberships.MemberId | No | The Id of the member associated with the action. |
| MemberName | String | False | No | The name of the member associated with the action. | |
| OldPosition | String | False | No | The old position of the card when you move it up or down inside a list. | |
| ListAfterId | String | False | No | The old position of the card when you move it up or down inside a list. | |
| ListBeforeId | String | False | No | The old position of the card when you move it up or down inside a list. | |
| OrganizationID | String | False | Organizations.OrganizationID | No | The Id of the organization which the action references. |
| Comment | String | False | No | The comment body if the action is of type commentCard. | |
| CreatedDate | Datetime | False | No | The time the action was created. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| ID | String | False | No | Record Id. | |
| PluginId [KEY] | String | False | No | The Id of the Plugin. | |
| BoardId | String | False | Boards.BoardID | No | The Id of the Board. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| BoardId [KEY] | String | False | No | The Id of the Board. | |
| BoardName | String | False | No | The Name of the Board. | |
| PermissionLevel | String | False | No | Permission level of the board (private, organization, public). | |
| HideVotes | Boolean | False | No | Determines if votes can be shown or not. | |
| Voting | String | False | No | Determines if voting is allowed. | |
| Comments | String | False | No | Determines the user level which can comment. | |
| Invitations | String | False | No | Determines the user level which can invite. | |
| SelfJoin | Boolean | False | No | Determines if self join is enabled. | |
| IsTemplate | Boolean | False | No | Determines if the board is a template. | |
| CardCovers | Boolean | False | No | Determines if cards should have covers or not. | |
| CardAging | String | False | No | Determines what style the cards will get if they stay for too long in a list. | |
| CalendarFeedEnabled | Boolean | False | No | Determines if the calendar feed is enabled. | |
| Background | String | False | No | Background color. | |
| BackgroundImage | String | False | No | Background image. | |
| BackgroundImageScaled | String | False | No | Background image. | |
| BackgroundTile | String | False | No | Background tile. | |
| BackgroundBrightness | String | False | No | Background brightness. | |
| BackgroundColor | String | False | No | Background color. | |
| BackgroundBottomColor | String | False | No | Bottom background color. | |
| BackgroundTopColor | String | False | No | Top background color. | |
| CanBePublic | Boolean | False | No | Determines if the board can be public. | |
| CanBeEnterprise | Boolean | False | No | Determines if the board can be enterprise. | |
| CanBeOrg | Boolean | False | No | Determines if the board can be an organization. | |
| CanBePrivate | Boolean | False | No | Determines if the board can be private. | |
| CanInvite | Boolean | False | No | Determines if invitations are enabled. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| BoardID [KEY] | String | True | No | The Id of the Board | |
| Name | String | True | No | The name of the Board. | |
| Description | String | True | No | The description of the board. | |
| Pinned | Boolean | True | No | Determines if Board is pinned or not. | |
| Starred | Boolean | True | No | Determines if Board is starred or not. | |
| Closed | Boolean | True | No | Determines if Board is archived or not. | |
| Url | String | True | No | Board Url. | |
| Subscribed | Boolean | True | No | Indicates if the user is subscribed to the board. | |
| DateLastActivity | Datetime | True | No | Timestamp of the most recent activity on the board. | |
| DateLastView | Datetime | True | No | Time when it board was last viewed. | |
| CreationMethod | String | True | No | Indicates how the board was created. | |
| MemberID | String | True | Memberships.MemberID | No | References the member of the board. |
| OrganizationID | String | True | Organizations.OrganizationID | No | References the organization of which the board is part of. |
| EnterpriseOwned | Boolean | True | No | Determines if the board is enterprise owned. | |
| PermissionLevel | String | True | No | Permission level of the board (private, organization, public). | |
| HideVotes | Boolean | True | No | Determines if votes can be shown or not. | |
| Voting | String | True | No | Determines if voting is allowed. | |
| Comments | String | True | No | Determines the user level which can comment. | |
| Invitations | String | True | No | Determines the user level which can invite. | |
| SelfJoin | Boolean | True | No | Determines if self join is enabled. | |
| IsTemplate | Boolean | True | No | Determines if the board is a template. | |
| CardCovers | Boolean | True | No | Determines if cards should have covers or not. | |
| CardAging | String | True | No | Determines what style the cards will get if they stay for too long in a list. | |
| CalendarFeedEnabled | Boolean | True | No | Determines if the calendar feed is enabled. | |
| Background | String | True | No | Background color. | |
| BackgroundImage | String | True | No | Background image. | |
| BackgroundImageScaled | String | True | No | Background image. | |
| BackgroundTile | String | True | No | Background tile. | |
| BackgroundBrightness | String | True | No | Background brightness. | |
| BackgroundColor | String | True | No | Background color. | |
| BackgroundBottomColor | String | True | No | Bottom background color. | |
| BackgroundTopColor | String | True | No | Top background color. | |
| CanBePublic | Boolean | True | No | Determines if the board can be public. | |
| CanBeEnterprise | Boolean | True | No | Determines if the board can be enterprise. | |
| CanBeOrg | Boolean | True | No | Determines if the board can be an organization. | |
| CanBePrivate | Boolean | True | No | Determines if the board can be private. | |
| CanInvite | Boolean | True | No | Determines if invitations are enabled. | |
| MyCustomFieldName | String | True | No | A JSON aggregates value containing the custom fields of the board. To retrieve these, IncludeCustomFields property must be enabled and a BoardId must be specified. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| ID [KEY] | String | False | No | The Id of the Board. | |
| Name | String | False | No | The name of the Board. | |
| Pinned | Boolean | False | No | Determines if Board is pinned or not. | |
| IsClosed | Boolean | False | No | Is the board closed. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| CardID [KEY] | String | True | No | The Id of the Card. | |
| AttachmentId [KEY] | String | True | Labels.LabelID | No | The Id of the Attachment. |
| Name | String | True | No | Filename of the Attachment. | |
| BoardID | String | True | Boards.BoardID | No | The Id of the Board referencing the card with attachment. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| CheckListId [KEY] | String | True | No | The Id of the checklist. | |
| Name | String | False | No | The name of the checklist. | |
| Position | Double | False | No | The position of the checklist. | |
| CardID | String | False | Cards.CardId | No | The Id of the card with the checklist. |
| BoardID | String | True | Boards.BoardID | No | The Id of the board referencing the card with the checklist. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| CardID [KEY] | String | False | No | Id of the card holding the label. | |
| LabelId [KEY] | String | False | Labels.LabelID | No | Id of the label. |
| BoardID | String | False | Boards.BoardID | No | Id of the board holding the card with assigned label. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| CardID [KEY] | String | False | No | The Id of the card. | |
| MemberId [KEY] | String | False | Memberships.MemberID | No | The Ids of the members assigned to card. |
| BoardID | String | False | Boards.BoardID | No | The Id of the Board holding the card. |
| OrganizationID | String | False | Organizations.OrganizationID | No | The Id of the Organization. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| CardId [KEY] | String | True | No | The Id of the card. | |
| Name | String | False | No | The name of the card. | |
| BoardID | String | True | Boards.BoardID | No | The Id of the board which the card references. |
| ListID | String | False | Lists.ListID | No | The Id of the list which the card references. |
| MemberIds | String | False | No | The Ids of the members assigned to card. | |
| CheckListId | String | True | Checklists.CheckListID | No | The Id of the checklist which the card references. |
| LabelIds | String | False | No | The Ids of the labels assigned to card. | |
| CoverAttachmentId | String | True | CardAttachments.AttachmentId | No | The Id of the attachment on the cover of the card. |
| Description | String | False | No | Description of the card. | |
| Closed | Boolean | False | No | Determines if the card is closed or not. | |
| Due | Datetime | False | No | This field returns the due time if it has been assigned to card. | |
| LastActivityDate | Datetime | True | No | ||
| AttachmentCount | Int | True | No | Number of total attachments in the card. | |
| CreatedDate | Datetime | False | No | The time when the card was created. | |
| Location | Boolean | False | No | Shows if Location is set in the UI. | |
| StartDate | Datetime | False | No | The start date of a card. | |
| URL | String | False | No | URL of the card. | |
| ShortURL | String | False | No | Short Url of the card. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| CardID [KEY] | String | False | No | The Id of the card. | |
| StickerId [KEY] | String | False | Labels.LabelID | No | The Id of the sticker. |
| Name | String | False | No | Name of the sticker. | |
| BoardID | String | False | Boards.BoardID | No | The Id of the board referencing the card with the sticker. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| CheckListItemId [KEY] | String | False | No | The Id of the item. | |
| CheckListId | String | False | No | The Id of the checklist. | |
| Name | String | False | No | The name of the item. | |
| State | String | False | No | The state of the item. | |
| DueDate | Datetime | False | No | The due date of the item. | |
| MemberId | String | False | No | The due date of the item. | |
| CardID | String | False | No | The Id of the card referencing the checklist. | |
| BoardID | String | False | Boards.BoardID | No | The Id of the Board referencing the card with the checklist. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| ChecklistId [KEY] | String | False | No | The Id of the checklist. | |
| Name | String | False | No | The name of the checklist. | |
| CardID | String | False | No | The Id of the card with the checklist. | |
| BoardID | String | False | Boards.BoardID | No | The Id of the board referencing the card with the checklist. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| CommentId [KEY] | String | True | No | The Id of the action. | |
| Type | String | True | No | The action type (possible values https://developers.trello.com/reference#action-types). | |
| Date | Datetime | True | No | Date created. | |
| BoardID | String | True | Boards.BoardID | No | The Id of the board which the action references. |
| ListName | String | True | No | The name of the list which the action references. | |
| ListID | String | True | Lists.ListId | No | The Id of the list which the action references. |
| CardID [KEY] | String | False | No | The Id of the card which the action references. | |
| CardName | String | True | No | The name of the card which the action references. | |
| CardShortLink | String | True | No | The link of the card which the action references. | |
| MemberId | String | True | Memberships.MemberId | No | The Id of the member associated with the action. |
| MemberName | String | True | No | The name of the member associated with the action. | |
| OldPosition | String | True | No | The old position of the card when you move it up or down inside a list. | |
| ListAfterId | String | True | No | The old position of the card when you move it up or down inside a list. | |
| ListBeforeId | String | True | No | The old position of the card when you move it up or down inside a list. | |
| OrganizationID | String | True | Organizations.OrganizationID | No | The Id of the organization which the comment references. |
| Comment | String | False | No | The comment body if the action is of type commentCard. | |
| CreatedDate | Datetime | True | No | The time the action was created. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| EnterpriseId [KEY] | String | False | No | The Id of the enterprise. | |
| Name | String | False | No | The Name of the enterprise. | |
| DisplayName | String | False | No | The display name of the enterprise. | |
| AdminIds | String | False | No | The Ids of the admins which are part of the enterprise. | |
| MemberIds | String | False | No | The Ids of the members which are part of the enterprise. | |
| OrganizationIds | String | False | No | The Ids of the organizations which are part of the enterprise. | |
| Products | String | False | No | The products which are part of the enterprise. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| ExportID [KEY] | String | False | No | The Id of the export. | |
| OrganizationID | String | False | Organizations.OrganizationID | No | The Id of the organization. |
| Attempts | Int | False | No | The number of attempts. | |
| Finished | Boolean | False | No | Determines whether or not the export is finished. | |
| Stage | String | False | No | The stage of which the export is. | |
| Progress | Int | False | No | Determines the progress of the export. | |
| StartedAt | Datetime | False | No | The date and time when the export started. | |
| Size | String | False | No | The size of the export. | |
| ExportUrl | String | False | No | The url where you can find the export. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| LabelID [KEY] | String | False | No | The Id of the label. | |
| BoardID | String | False | No | The id of the board. | |
| Name | String | False | No | The name of the label. | |
| Color | String | False | No | The color of the label. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| ListId [KEY] | String | True | No | The Id of the list. | |
| Name | String | False | No | The name of the list. | |
| Position | Double | False | No | The position of the list. | |
| Closed | Boolean | False | No | Determines if the list is closed {archived}. | |
| Subscribed | Boolean | False | No | Whether the active member is subscribed to this list. | |
| BoardID | String | False | Boards.BoardID | No | The id of the board where the list is created. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| MemberId [KEY] | String | True | No | The Id of the member. | |
| FullName | String | True | No | The full name of the member. | |
| UserName | String | True | No | The username of the member. | |
| OrganizationID | String | True | Organizations.OrganizationID | No | The Id of the organization where the member is part of. |
| BoardID [KEY] | String | True | Boards.BoardID | No | The Id of the board that the member is part of. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| NotificationId [KEY] | String | False | No | The Id of the notification. | |
| Type | String | False | No | The type of the notification. | |
| Text | String | False | No | The text value returned if the notification is of type commentCard. | |
| Date | Datetime | False | No | The date when the notification has been sent. | |
| DateRead | Datetime | False | No | The date when the notification has been read. | |
| Unread | Boolean | False | No | Determines if the notification has not been read. | |
| MemberID | String | False | No | The Id of the member who received the notification. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| Id [KEY] | String | False | No | Id of the member. | |
| Username | String | False | No | The username of this account. | |
| FullName | String | False | No | The full name related to the account, if it is public. | |
| AaEmail | String | False | No | AaEmail field of this member. | |
| AaEnrolledDate | String | False | No | AaEnrolledDate field of this member. | |
| AaId | String | False | No | AaId field of this member. | |
| ActivityBlocked | Boolean | False | No | ActivityBlocked field of this member. | |
| AvatarHash | String | False | No | AvatarHash field of this member. | |
| AvatarSource | String | False | No | AvatarSource field of this member. | |
| AvatarUrl | String | False | No | The url of this member’s avatar. | |
| Bio | String | False | No | Bio of the member. | |
| BioData | String | False | No | Bio Data of the member. | |
| Confirmed | Boolean | False | No | Whether the user has confirmed their email address for their account. | |
| String | False | No | Email of the member. | ||
| GravatarHash | String | False | No | The Gravatar Hash. | |
| IdBoards | String | False | No | List of boards this member belongs to. | |
| IdBoardsPinned | String | False | No | Id boards pinned of the member. | |
| IdEnterprise | String | False | No | Id enterprise of the member. | |
| IdEnterprisesAdmin | String | False | No | Id enterprises admin of the member. | |
| IdEnterprisesDeactivated | String | False | No | Id enterprises deactivated of the member. | |
| IdMemberReferrer | String | False | No | Id member referrer. | |
| IdOrganizations | String | False | No | List of workspaces this member belongs to. | |
| IdPremOrgsAdmin | String | False | No | IdPremOrgsAdmin field of this member. | |
| Initials | String | False | No | The initials related to the account, if it is public. | |
| IsAaMastered | Boolean | False | No | IsAaMastered field of this member. | |
| IxUpdate | Integer | False | No | IxUpdate field of this member. | |
| LimitsDisableAt | Integer | False | No | Limits disable at. | |
| LimitsStatus | String | False | No | Limits status. | |
| LimitsWarnAt | Integer | False | No | Limits warn at. | |
| LoginTypes | String | False | No | Login types of the member. | |
| MarketingDate | Datetime | False | No | Marketing opt-in date. | |
| MarketingOptedIn | Boolean | False | No | Marketing opt-inOptedIn of the member. | |
| MemberType | String | False | No | Type of the member. | |
| MessagesDismissedId | String | False | No | Messages dismissed id of the member. | |
| MessagesDismissedCount | String | False | No | Messages dismissed count of the member. | |
| MessagesDismissedLastDismissed | Datetime | False | No | Messages dismissed last dismissed of the member. | |
| MessagesDismissedName | String | False | No | Messages dismissed name of the member. | |
| NonPublicAvailable | Boolean | False | No | Non public Available field of this member. | |
| NonPublicAvatarHash | String | False | No | Non public AvatarHash field of this member. | |
| NonPublicAvatarUrl | String | False | No | Non public AvatarUrl field of this member. | |
| NonPublicFullName | String | False | No | Non public FullName field of this member. | |
| NonPublicInitials | String | False | No | Non public Initials field of this member. | |
| OneTimeMessagesDismissed | String | False | No | One time messages dismissed field of this member. | |
| PrefsColorBlind | Boolean | False | No | Preferred ColorBlind field of this member. | |
| PrefsLocale | String | False | No | Preferred Locale field of this member. | |
| PrefsMinutesBeforeDeadlineToNotify | Integer | False | No | Preferred MinutesBeforeDeadlineToNotify field of this member. | |
| PrefsMinutesBetweenSummaries | Integer | False | No | Preferred MinutesBetweenSummaries field of this member. | |
| PrefsPrivacyAvatar | String | False | No | Preferred PrivacyAvatar field of this member. | |
| PrefsPrivacyFullName | String | False | No | Preferred PrivacyFullName field of this member. | |
| PrefsSendSummaries | Boolean | False | No | Preferred SendSummaries field of this member. | |
| PrefsTimezone | String | False | No | The preferred timezone of this member. | |
| PrefsTimezoneInfoDateNext | Datetime | False | No | Preferred TimezoneInfoDateNext field of this member. | |
| PrefsTimezoneInfoOffsetCurrent | Integer | False | No | Preferred TimezoneInfoOffsetCurrent field of this member. | |
| PrefsTimezoneInfoOffsetNext | Integer | False | No | Preferred TimezoneInfoOffsetNext. | |
| PrefsTimezoneInfoTimezoneCurrent | String | False | No | Preferred TimezoneInfoTimezoneCurrent field of this member. | |
| PrefsTimezoneInfoTimezoneNext | String | False | No | Preferred TimezoneInfoTimezoneNext field of this member. | |
| PrefsTwoFactorEnabled | Boolean | False | No | Preferred TwoFactorEnabled field of this member. | |
| PrefsTwoFactorNeedsNewBackups | Boolean | False | No | Preferred TwoFactorNeedsNewBackups field of this member. | |
| PremiumFeatures | String | False | No | Premium features of the member. | |
| Products | Integer | False | No | Products of the member. | |
| Status | String | False | No | Status of the member. | |
| Trophies | String | False | No | Trophies of the member. | |
| UploadedAvatarHash | String | False | No | Uploaded avatar hash. | |
| UploadedAvatarUrl | String | False | No | Uploaded avatar url. | |
| Url | String | False | No | Url field of this member. | |
| OrganizationId [KEY] | String | False | No | The Id of the organization where the member is part of. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| OrganizationId [KEY] | String | False | No | The Id of the Organization. | |
| OrganizationName | String | False | No | The Name of the Board. | |
| PermissionLevel | String | False | No | Permission level of the board (private, organization, public). | |
| ExternalMembersDisabled | Boolean | False | No | Whether non-team members can be added to boards inside the team. | |
| AssociatedDomain | String | False | No | The domain associated with the organization. | |
| GoogleAppsVersion | Int | False | No | Google application version. | |
| BoardVisibilityRestrictPrivate | String | False | No | Who can make private boards. One of: admin, none, org. | |
| BoardVisibilityRestrictOrg | String | False | No | Who on the team can make team visible boards. One of admin, none, org. | |
| BoardVisibilityRestrictPublic | String | False | No | Who on the team can make public boards. One of: admin, none, org. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| OrganizationID [KEY] | String | False | No | The Id of the organization. | |
| Name | String | False | No | The name of the organization. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| ID [KEY] | String | False | No | The record Id. | |
| PluginId | String | False | No | The id of the plugin. | |
| CardID [KEY] | String | False | No | The id of the card. | |
| Value | String | False | No | The value returned from the plugin. | |
| Access | String | False | No | Determines if plugin data has shared or private access. | |
| Scope | String | False | No | The scope of the plugin data. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| ReactionId [KEY] | String | False | No | The Id of the reaction. | |
| ActionId | String | False | Actions.ActionId | No | The Id of the action where the reaction was made. |
| MemberId | String | False | Memberships.MemberId | No | The Id of the member who made the reaction. |
| MemberFullName | String | False | No | The full name of the member who made the reaction. | |
| MemberInitials | String | False | No | The initials of the member who made the reaction. | |
| MemberUsername | String | False | No | The username of the member who made the reaction. | |
| EmojiUnified | String | False | No | The code of the emoji. | |
| EmojiName | String | False | No | The name of the emoji. | |
| EmojiNative | String | False | No | The native of the emoji. | |
| EmojiSkinVariation | String | False | No | The color of the emoji. | |
| EmojiShortName | String | False | No | The short name of the emoji. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|---|---|---|---|---|
| TokenId [KEY] | String | False | No | The Id of the Token. | |
| ModelId [KEY] | String | False | No | The Id of the Model. | |
| ModelType | String | False | No | The Type of the Model. | |
| CanRead | Bool | False | No | Determines if the model has read permissions. | |
| CanWrite | Bool | False | No | Determines if the model has write permissions. |