The purpose of this API is to add a section to the board in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/addBoardSection |
OAuth Scope: | zohopulse.tasks.CREATE |
Request Method: | PUT |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | Network id. Can be taken from the network list API. | Required |
name | Name of the section. | Required |
boardId | ID of the board to add the section to. | Required |
position | Position where the section needs to be inserted. | Required |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/addBoardSection?scopeID=929000000015001&boardId=929000000462005&name=Completed+tasks&colourType=5&position=4
Sample Response
Copied{
"addBoardSection": {
"section": {
"id": "929000000864001",
"name": "Completed tasks",
"colourType": "5",
"colorCode": "4cb1ff"
}
}
}