Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to main content

The purpose of this API is to get the results of a poll in Zoho Connect.

Request URL:

https://connect.zoho.com/pulse/api/votedMembers

OAuth Scope:

zohopulse.feedList.READ

Request Method:

POST

Threshold:

20 requests per user/minute.

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Parameters

NameDescriptionRequired
scopeIDID of the network the poll has been created in.Required
streamIdStream IDRequired
optionId Option ID  of the poll.Required

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/votedMembers?scopeID=929000000015001&streamId=929000000944310&optionId=929000000944319

Sample Response

Copied{
  "votedMembers": {
    "usersDetails": [
      {
        "zuid": "2060758",
        "id": "2060758",
        "isLoginUser": "true",
        "name": "Patricia Boyle",
        "type": "C",
        "role": "MEMBER"
      }
    ]
  }
}