Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to main content

The purpose of this manual is to get manuals from a group in Zoho Connect.

Request URL:

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

OAuth Scope:

zohopulse.pagelist.READ

Request Method:

GET

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

Parameters

NameDescriptionRequired
scopeID ID of the network the Manual is in. You can get this from the Network list API.Required
partitionIdID of the group to get manuals from.Required
urlGroup URLOptional
sortByYou can sort the Manuals alphabetically or by recency. Set this as either alpha or recent.Optional
isAscSortSet this as either true or false.Optional

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/partitionManuals?scopeID=929000000015001&sortBy=alpha&partitionId=929000000439015

Sample Response

Copied{
  "partitionManuals": {
    "partitionId": "929000000439015",
    "canCreateNew": "true",
    "manuals": [
      {
        "id": "929000000813065",
        "url": "marketing",
        "name": "Marketing",
        "desc": "",
        "type": "MANUAL",
        "formatedTime": "07 Jan",
        "articleCount": "5",
        "isFavourite": "false",
        "logo": "M",
        "bgColor": "4CC4E6",
        "navigationType": "VERTICAL",
        "isAdmin": "true",
        "canEdit": "true",
        "parentPartition": {
          "id": "929000000439015",
          "name": "Creative team",
          "partitionUrl": "creative-team",
          "url": "creative-team",
          "status": "ACTIVE",
          "isAdmin": "true",
          "type": "GROUP",
          "typeOrd": "2",
          "isUserFollow": "false"
        },
        "canDelete": "true",
        "userDetails": {
          "zuid": "2060758",
          "id": "2060758",
          "name": "Patricia Boyle",
          "canFollow": "true"
        }
      },
      {
        "id": "929000000567007",
        "url": "sample-1",
        "name": "Manual for the Creative team",
        "desc": "",
        "type": "MANUAL",
        "formatedTime": "28 Mar",
        "articleCount": "0",
        "isFavourite": "false",
        "logo": "MF",
        "bgColor": "E6BC4C",
        "navigationType": "VERTICAL",
        "isAdmin": "true",
        "canPublish": "true",
        "isDraft": "true",
        "canEdit": "true",
        "parentPartition": {
          "id": "929000000439015",
          "name": "Creative team",
          "partitionUrl": "creative-team",
          "url": "creative-team",
          "status": "ACTIVE",
          "isAdmin": "true",
          "type": "GROUP",
          "typeOrd": "2",
          "isUserFollow": "false"
        },
        "canDelete": "true",
        "userDetails": {
          "zuid": "2060758",
          "id": "2060758",
          "name": "Patricia Boyle",
          "canFollow": "true"
        }
      }
    ]
  }
}

Show full

Show less