The purpose of this API is to ask a question in a Zoho Connect network.
Request URL: | https://connect.zoho.com/pulse/api/v2/addStream |
OAuth Scope: | zohopulse.feedList.CREATE |
Request Method: | POST |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | Network in which the question is to be posted. You can get this ID from the Network list API. | Required |
partitionID | The question can be posted either in the Group or Company or the User's wall. You can get the ID from the partition API. | Required |
streamContent | Content for your question. Maximum characters allowed is 10000. | Required |
streamTitle | Title for your question. Maximum characters allowed is 300. | Required |
streamType | QUESTION | Required |
fileIds | Multiple file IDs should be separated by a comma. You can upload files using the upload files API, and then use the file IDs. You can add up to 10 files to a question. | Optional |
Sample URL
Copied
Sample Response
Copied
Show full
Show less