Get Bot FAQ Modules by Bot Id

Method

GET

Media Type

application/json

URL

http://[server]/dolphin/apiv1/graph/bots/{botId}/modules

Header

Authorization : Bearer [generatedToken] botId : [botId]

Body

Status

200

Response

{ “status”: “success”, “data”: [ { “id”: “[Id]”, “spell”: [ “3Dolphins Product”, “Chit Chat” ], “owner”: “82ab0fd5cfd1e80d1ff97c0cfc9aa9e2”, “createdDate”: 1598347591229, “createdBy”: “f1b380ced4477dd87e8d7ad842af7ae2”, “modifiedDate”: 1598348425974, “modifiedBy”: “f1b380ced4477dd87e8d7ad842af7ae2”, “title”: “[title]”, “answer”: false, “content”: [ “3Dolphins Product” ], “primaryTerms”: [ “product”, “3dolphins”, ], “secondaryTerms”: [ “product” ], “context”: “[context]”, “knowledgeId”: “[knowledgeId]”, “module”: “[module]”, “source”: ““, “language”: “indonesia”, “trainer”: “[trainerId]”, “questionHighlights”: “{\”3DolphinsProduct\”:{\”primary_terms\”:[\”product\”,\”3dolphins\”]}}” } ], “hasMore”: false, “nextIndex”: 0, “prevIndex”: 0, “totalResults”: 0 }

Last updated