The purpose of this manual is to get manuals followed by the user in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/followingManuals |
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 Manuals are in. You can get this from the Network list API. | Required |
sortBy | You can sort the Manuals 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/followingManuals?scopeID=929000000015001&sortBy=alpha
Sample Response
Copied{
"followingManuals": {
"manuals": [
{
"id": "929000000015289",
"url": "Zillum-Creative",
"name": "Zillum Creative",
"desc": "",
"type": "MANUAL",
"formatedTime": "18 Apr",
"articleCount": "0",
"isFavourite": "false",
"canFollow": "true",
"isFollowing": "true",
"logo": "ZC",
"bgColor": "D7A327",
"navigationType": "HORIZONTAL",
"isAdmin": "true",
"bannerUrl": "https://connect.zoho.com/connect/getPartitionBanner.do?scopeID=929000000015001&partitionId=929000000015289×tamp=1479708733364",
"logoUrl": "https://connect.zoho.com/connect/getPartitionLogo.do?scopeID=929000000015001&partitionId=929000000015289×tamp=-1",
"parentPartition": {
"id": "929000000015031",
"name": "Company Wall",
"partitionUrl": "default",
"url": "default",
"status": "ACTIVE",
"isAdmin": "true",
"type": "DEFAULT",
"typeOrd": "0",
"isUserFollow": "false"
},
"canDelete": "true",
"userDetails": {
"zuid": "2060556",
"id": "2060556",
"name": "Hiyoshi Nakano",
"canFollow": "true"
}
},
{
"id": "929000000019087",
"url": "ZAG",
"name": "Design Contest",
"desc": "The 1st Zillum Annual Day Design Competition",
"type": "MANUAL",
"formatedTime": "15 May",
"articleCount": "1",
"isFavourite": "false",
"canFollow": "true",
"isFollowing": "true",
"logo": "DC",
"bgColor": "DF7457",
"navigationType": "HORIZONTAL",
"isAdmin": "true",
"bannerUrl": "https://connect.zoho.com/connect/getPartitionBanner.do?scopeID=929000000015001&partitionId=929000000019087×tamp=1526646190831",
"logoUrl": "https://connect.zoho.com/connect/getPartitionLogo.do?scopeID=929000000015001&partitionId=929000000019087×tamp=-1",
"parentPartition": {
"id": "929000000015031",
"name": "Company Wall",
"partitionUrl": "default",
"url": "default",
"status": "ACTIVE",
"isAdmin": "true",
"type": "DEFAULT",
"typeOrd": "0",
"isUserFollow": "false"
},
"canDelete": "true",
"userDetails": {
"zuid": "2063270",
"id": "2063270",
"name": "Amritha Agrawal",
"canFollow": "true"
}
}
]
}
}
Show full
Show less