ConnectApi.PlatformActionGroup Class

A platform action group instance with state appropriate for the context user.
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.​PlatformAction​GroupCategory Indicates the priority and relative locations of platform actions. Values are:
  • Primary—The action link group is displayed in the body of the feed element.
  • Overflow—The action link group is displayed in the overflow menu of the feed element.
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
platform​Actions 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.ActionLinkGroup​DefinitionInput class. Within a feed item, action link groups are displayed in the order specified in the actionLinkGroupIds property of the ConnectApi.AssociatedActions​CapabilityInput 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