- 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 Articles in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/partitionArticles |
OAuth Scope: | zohopulse.pagelist.READ |
Request Method: | GET |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | ID of the network the articles are in. You can get this from the Network list API. | Required |
partitionId | ID of the Group the articles are in. | Required |
url | URL of the Group. | Optional |
sortBy | You can sort the Articles alphabetically or by recency. Set this as either alpha or recent. | Optional |
isAscSort | Set this as either true or false. | Optional |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/partitionArticles?scopeID=929000000015001&sortBy=alpha&partitionId=929000000439015
Sample Response
Copied{
"partitionArticles": {
"articles": [
{
"name": "basics-5",
"url": "basics-5",
"id": "929000000813131",
"type": "ARTICLE",
"isPublished": "true",
"createdTime": "07 Jan",
"publishedTime": "30 Jan",
"modifiedTime": "07 Jan",
"manualUrl": "marketing",
"streamId": "929000000813133",
"commentCount": "0",
"manualName": "Marketing",
"canDelete": "true",
"userDetails": {
"zuid": "2060758",
"id": "2060758",
"name": "Patricia Boyle",
"canFollow": "true"
}
},
{
"name": "basics-4",
"url": "basics-4",
"id": "929000000813111",
"type": "ARTICLE",
"isPublished": "true",
"createdTime": "07 Jan",
"publishedTime": "30 Jan",
"modifiedTime": "07 Jan",
"manualUrl": "marketing",
"streamId": "929000000813113",
"commentCount": "0",
"manualName": "Marketing",
"canDelete": "true",
"userDetails": {
"zuid": "2060758",
"id": "2060758",
"name": "Patricia Boyle",
"canFollow": "true"
}
},
{
"name": "basics-3",
"url": "basics-3-1",
"id": "929000000813102",
"type": "ARTICLE",
"isPublished": "true",
"createdTime": "07 Jan",
"publishedTime": "30 Jan",
"modifiedTime": "07 Jan",
"manualUrl": "marketing",
"streamId": "929000000813104",
"commentCount": "0",
"manualName": "Marketing",
"canDelete": "true",
"userDetails": {
"zuid": "2060758",
"id": "2060758",
"name": "Patricia Boyle",
"canFollow": "true"
}
},
{
"name": "basics-2",
"url": "basics-2",
"id": "929000000813082",
"type": "ARTICLE",
"isPublished": "true",
"createdTime": "07 Jan",
"publishedTime": "30 Jan",
"modifiedTime": "07 Jan",
"manualUrl": "marketing",
"streamId": "929000000813084",
"commentCount": "0",
"manualName": "Marketing",
"canDelete": "true",
"userDetails": {
"zuid": "2060758",
"id": "2060758",
"name": "Patricia Boyle",
"canFollow": "true"
}
},
{
"name": "basics of marketing",
"url": "basics-of-marketing",
"id": "929000000813069",
"type": "ARTICLE",
"isPublished": "true",
"createdTime": "07 Jan",
"publishedTime": "30 Jan",
"modifiedTime": "07 Jan",
"manualUrl": "marketing",
"streamId": "929000000813071",
"commentCount": "0",
"manualName": "Marketing",
"excerpt": "sample text",
"canDelete": "true",
"userDetails": {
"zuid": "2060758",
"id": "2060758",
"name": "Patricia Boyle",
"canFollow": "true"
}
}
]
}
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.