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

Skip to product menu
Skip to main content

The purpose of this API is to get boards listed under My Boards in Zoho Connect.

Request URL:

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

OAuth Scope:

zohopulse.tasks.READ

Request Method:

GET

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

Parameters

NameDescriptionRequired
scopeIDID of the network you want to get boards from. You can get this from the Network list API.Required
boardsModifiedTimeFetch data from a specified time. Time should be mentioned in milliseconds eg)1521301549636Optional

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/myBoards?scopeID=929000000015001

Sample Response

Copied{
  "myBoards": {
    "boards": [
      {
        "id": "929000000471010",
        "name": "Zillum Marketing",
        "partitionUrl": "zillum-marketing",
        "url": "zillum-marketing",
        "status": "ACTIVE",
        "isAdmin": "true",
        "type": "PROJECT",
        "typeOrd": "5",
        "isUserFollow": "false",
        "clientSharedInfo": {
          "msg": "Guests are also part of this board.",
          "img": "//css.zohostatic.com/pulse/v_200/images/BotDefault.png"
        },
        "users": [
          "27048269",
          "41599081",
          "2060761",
          "2060758",
          "2063270",
          "2060757",
          "28759677",
          "41599089",
          "41554849",
          "10005512107"
        ],
        "sections": [
          {
            "id": "929000000471012",
            "name": "Open",
            "colourType": "5",
            "colorCode": "4cb1ff"
          }
        ]
      },
      {
        "id": "929000000525027",
        "name": "Creative team",
        "partitionUrl": "creative-team",
        "url": "creative-team",
        "status": "ACTIVE",
        "isAdmin": "true",
        "type": "PROJECT",
        "typeOrd": "5",
        "isUserFollow": "false",
        "clientSharedInfo": {
          "msg": "Guests are also part of this board.",
          "img": "//css.zohostatic.com/pulse/v_200/images/BotDefault.png"
        },
        "users": [
          "10005607275",
          "2060557",
          "2060758"
        ],
        "sections": [
          {
            "id": "929000000525029",
            "name": "Open",
            "colourType": "5",
            "colorCode": "4cb1ff"
          },
          {
            "id": "929000000589033",
            "name": "test",
            "colourType": "6",
            "colorCode": "a26eef"
          }
        ]
      },
      {
        "id": "929000000556078",
        "name": "My to-do list",
        "partitionUrl": "my-task-board",
        "url": "my-task-board",
        "status": "ACTIVE",
        "isAdmin": "true",
        "type": "PROJECT",
        "typeOrd": "5",
        "isUserFollow": "false",
        "users": [
          "2060758"
        ],
        "sections": []
      },
      {
        "id": "929000000457657",
        "name": "Setting up Zoho Connect",
        "partitionUrl": "setting-up-zoho-connect",
        "url": "setting-up-zoho-connect",
        "status": "ACTIVE",
        "isAdmin": "true",
        "type": "PROJECT",
        "typeOrd": "5",
        "isUserFollow": "false",
        "users": [
          "2060758",
          "2060557"
        ],
        "sections": [
          {
            "id": "929000000457665",
            "name": "Product Training",
            "colourType": "2",
            "colorCode": "ffaf2b"
          },
          {
            "id": "929000000457663",
            "name": "Inviting Members",
            "colourType": "1",
            "colorCode": "ff824c"
          },
          {
            "id": "929000000457661",
            "name": "Setting up the Network",
            "colourType": "6",
            "colorCode": "a26eef"
          }
        ]
      },
      {
        "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",
        "clientSharedInfo": {
          "msg": "Guests are also part of this board.",
          "img": "//css.zohostatic.com/pulse/v_200/images/BotDefault.png"
        },
        "users": [
          "10005909869",
          "2060761",
          "41889335",
          "2060758",
          "2063348",
          "28759674",
          "2060559",
          "2060557",
          "57385496",
          "20402243",
          "28764963",
          "2061065",
          "2063270",
          "41599872"
        ],
        "sections": [
          {
            "id": "929000000462037",
            "name": "SEO for the new website",
            "colourType": "2",
            "colorCode": "ffaf2b"
          },
          {
            "id": "929000000462035",
            "name": "Open Tasks",
            "colourType": "5",
            "colorCode": "4cb1ff"
          },
          {
            "id": "929000000462039",
            "name": "New designs for existing pages",
            "colourType": "3",
            "colorCode": "f9d12f"
          }
        ]
      }
    ],
    "boardsModifiedTime": "1521786423317"
  }
}

Show full

Show less