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 latest group feeds in Zoho Connect.

Request URL:

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

OAuth Scope:

zohopulse.feedList.READ

Request Method:

GET

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

Parameters

NameDescriptionRequired
scopeIDNetwork idRequired
partitionIdgroup id.Required
lastViewedTime Fetch data after the given time. Time should be in milliseconds eg)1521301549636Required

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/latestPartitionStreams?scopeID=929000000015001&partitionId=929000000295001&lastViewedTime=1521200149636

Sample Response

Copied{
  "latestPartitionStreams": {
    "streams": [
      {
        "id": "929000000855639",
        "content": "pollQuestion",
        "partitionId": "929000000295001",
        "allowmultiple": "true",
        "createdBy": "2060758",
        "type": "POLL",
        "isApproved": "true",
        "lastParticipatedUser": "null",
        "time": "1521525195934",
        "displayTime": "19 Mar 2018 06:53 PM",
        "likeCount": "0",
        "viewCount": "6",
        "commentCount": "0",
        "modifiedTime": "1521525195934",
        "ForAudit": "true",
        "status": "ACTIVE",
        "poll": [
          {
            "id": "929000000855648",
            "option": "Option2",
            "fileId": "-1",
            "totalVote": "0"
          },
          {
            "id": "929000000855646",
            "option": "Option1",
            "fileId": "-1",
            "totalVote": "0"
          }
        ]
      },
      {
        "id": "929000000855628",
        "content": "Content updated",
        "partitionId": "929000000295001",
        "allowmultiple": "false",
        "createdBy": "2060758",
        "type": "STATUS",
        "isApproved": "true",
        "lastParticipatedUser": "null",
        "time": "1521525017127",
        "displayTime": "19 Mar 2018 06:50 PM",
        "likeCount": "0",
        "viewCount": "2",
        "commentCount": "0",
        "modifiedTime": "1521525017127",
        "ForAudit": "true",
        "status": "ACTIVE"
      }
    ]
  }
}

Show full

Show less