FeedPollChoice

Shows the choices for a poll posted in the feed. This object is available in API version 29.0 and later.

Supported Calls

query(), retrieve()

Special Access Rules

You can delete all feed items you created. To delete feed items you didn’t create, you must have one of these permissions:
  • “Modify All Data”
  • “Moderate Chatter”
    Note

    Note

    Users with the “Moderate Chatter” permission can delete only the feed items and comments they see.

  • “Manage Unlisted Groups”

    Only users with this permission can delete items in unlisted groups.

Fields

Field Name Details
ChoiceBody
Type
string
Properties
Group
Description
A choice in the poll.
FeedItemId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the feed item for the poll.
Position
Type
int
Properties
Group, Sort
Description
Shows the position of the poll choice.

Usage

Use this object to query all of the choices associated with a particular poll. To view how people voted on the poll, see the FeedPollVote object.