- Create Poll
- Zoho Connect API | Add Member to a Board
- Zoho Connect API | Add User to a Group
- Zoho Connect API | Create a Forum Post
- Zoho Connect API | Delete Board Section
- Zoho Connect API | Delete Event
- Zoho Connect API | Get Latest Comments
- Zoho Connect API | Get upcoming events
- Zoho Connect API | Remove User from Group
- Zoho Connect API | Update Board Section
- Zoho Connect API | Update Feed & Poll Preferences
- Zoho Connect API | Update Forum
- Zoho Connect API | Update an Event
- Zoho Connect API |Get Group Articles
- Introduction
- Network
- Feeds
- POSTStarting a Feed
- POSTCreating a Poll
- GETGet Single Feed
- POSTAdding a Comment
- Asking a Question
- POSTCreate a Private Post & add members
- POSTCreate an Announcement
- DELETEDelete a Feed
- GETFetch Feeds by ID
- GETGet Feeds from My Feed
- GETGet Latest Comments
- GETGet Latest Group Feeds
- GETGet My Feed & Group Feed
- POSTGet poll results
- PUTUpdate Feed & Poll Preferences
- Forums
- Groups
- Manuals
- Tasks & Boards
- User
- Events
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
Name | Description | Required |
scopeID | Network id | Required |
partitionId | group id. | Required |
lastViewedTime | Fetch data after the given time. Time should be in milliseconds eg)1521301549636 | Required |
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
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.