Get Bot by Bot Id and Get list of Bots

Method

GET

Media Type

application/json

URL

http://[server]/dolphin/apiv1/graph/bots?start=0&count=1

Header

Authorization : Bearer [generatedToken]

Body

Status

200

Response

{ “status”: “success”, “data”: [ { “id”: “{botId}”, “owner”: “{ownerId}”, “createdDate”: 1584932918462, “createdBy”: “82ab0fd5cfd1e80d1ff97c0cfc9aa9e2”, “modifiedDate”: 1586938785285, “modifiedBy”: “82ab0fd5cfd1e80d1ff97c0cfc9aa9e2”, “botName”: “[botName]”, “activationText”: “”, “activationCommand”: “”, “dialogTimeout”: 60, “language”: “MIXED”, “contextual”: false, “confident”: 80, “optionsConfig”: [ “{\”language\”:\”indonesia\”,\”buttonAltText\”:\”Ketik:\”,\”buttonAltLink\”:\”Klik:\”, \”optionListButtonImage\”:\”[optionListButtonImage]\”, \”optionButtonImage\”:\”optionButtonImage\”, \”optionListButtonAction\”:\”Tanya\”, \”optionListButtonMessage\”:\”Apakah informasi berikut yang anda maksud ?\”, \”optionListButtonSubtitle\”:\”Klik tombol berikut untuk mengetahui informasi ini\”, \”botToAgentText\”:\”Terima kasih, saat ini anda masuk dalam antrian pelayanan customer service [customer_name]\”, \”agentToBotText\”:\”Saat ini anda telah terhubung kembali dengan virtual assistant kami\”, \”inactiveAgentText\”:\”Terima kasih, anda masuk dalam antrian kami, harap untuk menunggu ya.. [customer_name]\”}”,” {\”language\”:\”english\”,\”buttonAltText\”:\”Type:\”,\”buttonAltLink\”:\”Click:\”, \”optionListButtonImage\”:\”optionListButtonImage\”, \”optionButtonImage\”:\”optionListButtonImage\”, \”optionListButtonAction\”:\”Ask\”, \”optionListButtonMessage\”:\”Are you asking the following question ?\”, \”optionListButtonSubtitle\”:\”Click this button to get the information\”, \”botToAgentText\”:\”Thanks, please hold at the moment you are in the customer service queue now.\”, \”agentToBotText\”:\”You are connected back with our virtual assistant now.\”, \”inactiveAgentText\”:\”Thanks to contact us, but we are sorry that currently our agent is not online.\”}”,” {\”language\”:\”Turkish\”,\”buttonAltText\”:\”Turkish\”,\”buttonAltLink\”:\”Turkish\”, \”optionListButtonImage\”:\”Turkish\”,\”optionButtonImage\”:\”Turkish\”, \”optionListButtonAction\”:\”Turkish\”,\”optionListButtonMessage\”:\”Turkish\”, \”optionListButtonSubtitle\”:\”Turkish\”,\”botToAgentText\”:\”Turkish\”, \”agentToBotText\”:\”Turkish\”,\”inactiveAgentText\”:\”Turkish\”}” ] }, ], “hasMore”: false, “nextIndex”: 0, “prevIndex”: 0, “totalResults”: 0 }

Last updated