The purpose of this API is to get sections from a board in Zoho Connect.

Request URL:

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

OAuth Scope:

zohopulse.tasks.READ

Request Method:

GET

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

Parameters

NameDescriptionRequired
scopeIDID of the network the board is in. You can get this from the Network list API.Required
boardIdID of the board to get sections from.Required

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/boardSections?scopeID=929000000015001&boardId=929000000462005

Sample Response

Copied{
  "boardSections": {
    "sections": [
      {
        "id": "929000000462037",
        "name": "SEO for the new website",
        "colourType": "2",
        "taskCount": "2",
        "colorCode": "ffaf2b"
      },
      {
        "id": "929000000462035",
        "name": "Open Tasks",
        "colourType": "5",
        "taskCount": "2",
        "colorCode": "4cb1ff"
      },
      {
        "id": "929000000462039",
        "name": "New designs for existing pages",
        "colourType": "3",
        "taskCount": "4",
        "colorCode": "f9d12f"
      }
    ],
    "members": [
      {
        "zuid": "2060758",
        "id": "2060758",
        "name": "Patricia Boyle",
        "type": "C",
        "emailId": "patriciab@zillum.com",
        "role": "ADMIN"
      },
      {
        "zuid": "57385496",
        "id": "57385496",
        "name": "Abbie Jennings",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "emailId": "abbie@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "2063270",
        "id": "2063270",
        "name": "Amritha Agrawal",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "emailId": "igrawal@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "2063348",
        "id": "2063348",
        "name": "Charles Stone",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "emailId": "charless@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "41599872",
        "id": "41599872",
        "name": "Daredevil Z",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "emailId": "daredevil@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "2060557",
        "id": "2060557",
        "name": "Eduardo Vargas",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "emailId": "eduardov@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "2060761",
        "id": "2060761",
        "name": "Einhard Klein",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "emailId": "dieterk@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "28759674",
        "id": "28759674",
        "name": "Fatima Yilmaz",
        "canFollow": "true",
        "type": "C",
        "emailId": "f.yilmaz@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "10005909869",
        "id": "10005909869",
        "name": "gopuhemanthkumar@hotmail.com",
        "canFollow": "true",
        "type": "CL",
        "emailId": "gopuhemanthkumar@hotmail.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "2061065",
        "id": "2061065",
        "name": "IT Team Zillum",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "emailId": "admin@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "2060559",
        "id": "2060559",
        "name": "Jasmine Frank",
        "canFollow": "true",
        "isFollowing": "true",
        "type": "C",
        "emailId": "jasminef@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "41889335",
        "id": "41889335",
        "name": "Jeff Smith",
        "canFollow": "true",
        "type": "C",
        "emailId": "jeff.smith@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      },
      {
        "zuid": "28764963",
        "id": "28764963",
        "name": "Patricia B",
        "canFollow": "true",
        "type": "C",
        "emailId": "p.boyle@zillum.com",
        "role": "MEMBER",
        "canManage": "true"
      }
    ],
    "tags": [
      {
        "name": "home page",
        "id": "929000000797022",
        "colorCode": "0"
      },
      {
        "name": "test",
        "id": "929000000841003",
        "colorCode": "5"
      }
    ],
    "stats": {
      "activeTasks": "8",
      "overdueTasks": "4",
      "archivedTasks": "40",
      "completedTasks": "0",
      "archivedSections": "0"
    },
    "clientSharedInfo": {
      "msg": "Guests are also part of this board.",
      "img": "//css.zohostatic.com/pulse/v_200/images/BotDefault.png"
    },
    "board": {
      "id": "929000000462005",
      "name": "Zylker Corp. Website Design",
      "partitionUrl": "zylker-corp-website-design",
      "url": "zylker-corp-website-design",
      "status": "ACTIVE",
      "isAdmin": "true",
      "type": "PROJECT",
      "typeOrd": "5",
      "isUserFollow": "false"
    }
  }
}