Get Bot Deployment Channel by Bot Id
Method | GET |
Media Type | application/json |
URL | http://[server]/dolphin/apiv1/graph/bots/{botId}/channels |
Header | Authorization : Bearer [generatedToken] BotId : [botId] |
Body | |
Status | 200 |
Response | { “status”: “success”, “data”: [ { “id”: “[channelId]”, “owner”: “[ownerId]”, “createdDate”: 1597824910874, “createdBy”: “68620e4c3bcf5e22d29a9dc8b69de04a”, “modifiedDate”: 1597824910874, “modifiedBy”: “68620e4c3bcf5e22d29a9dc8b69de04a”, “channelName”: “[channelName]”, “channelType”: “[channelType]”, “agentIp”: [ “[agentIp]” ], “channelPort”: [ [channelPort] ], “deleted”: false }, { “id”: “[channelId]”, “owner”: “[ownerId]”, “createdDate”: 1546581192141, “createdBy”: “82ab0fd5cfd1e80d1ff97c0cfc9aa9e2”, “modifiedDate”: 1546581192141, “modifiedBy”: “82ab0fd5cfd1e80d1ff97c0cfc9aa9e2”, “channelName”: “[channelName]”, “channelType”: “[channelType]”, “agentIp”: [ “[agentIp]” ], “channelPort”: [ [channelPort] ], “deleted”: false } ], “hasMore”: false, “nextIndex”: 0, “prevIndex”: 0, “totalResults”: 0 } |
Last updated