Skip to content

Returns a user's feed of polls.

Request

Provides a list of polls in the user's feed.

Security
oauth2_as_a_user(Required scopes: feeds.rendered.read)
Bodyapplication/json
Array of integers
curl -i -X GET \
  https://partner.socialchorus.com/v2/feed/polls \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '[
    0
  ]'

Responses

Success

Bodyapplication/json
dataArray of objects(Feeds.Poll.Resource)
Response
{ "data": [ {} ] }