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