Newer Version Available
ConnectApi.PlatformActionGroup Class
Action link groups are one type of platform action group and are therefore represented as
ConnectApi.PlatformActionGroup output classes.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| category | ConnectApi.PlatformActionGroupCategory | Indicates the priority and relative locations of platform actions. Values
are:
|
33.0 |
| id | String |
The 18-character ID or an opaque string ID of the platform action
group. If the ConnectApi.PlatformAction type is QuickAction and the subtype is Create, this value is null. |
33.0 |
| modifiedDate | Datetime | ISO 8601 date string, for example, 2014-02-25T18:24:31.000Z. | 33.0 |
| platformActions | List<ConnectApi.PlatformAction> |
The platform action instances for this group. Within an action link group, action links are displayed in the order listed in the actionLinks property of the ConnectApi.ActionLinkGroupDefinitionInput class. Within a feed item, action link groups are displayed in the order specified in the actionLinkGroupIds property of the ConnectApi.AssociatedActionsCapabilityInput class. |
33.0 |
| url | String |
The URL for this platform action group. If the ConnectApi.PlatformAction type is QuickAction and the subtype is Create, this value is null. |
33.0 |