# Get Bot FAQ Modules by Bot Id

| Method     | GET                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Media Type | application/json                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| URL        | http\://\[server]/dolphin/apiv1/graph/bots/{botId}/modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Header     | <p>Authorization : Bearer \[generatedToken]<br>botId : \[botId]</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Body       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Status     | 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Response   | <p>{<br>“status”: “success”,<br>“data”: \[<br>{<br>   “id”: “\[Id]”,<br>   “spell”: \[<br>     “3Dolphins Product”,<br>     “Chit Chat”<br>   ],<br>   “owner”: “82ab0fd5cfd1e80d1ff97c0cfc9aa9e2”,<br>   “createdDate”: 1598347591229,<br>   “createdBy”: “f1b380ced4477dd87e8d7ad842af7ae2”,<br>   “modifiedDate”: 1598348425974,<br>   “modifiedBy”: “f1b380ced4477dd87e8d7ad842af7ae2”,<br>   “title”: “\[title]”,<br>   “answer”: false,<br>   “content”: \[<br>     “3Dolphins Product”<br>   ],<br>   “primaryTerms”: \[<br>     “product”,<br>     “3dolphins”,<br>   ],<br>   “secondaryTerms”: \[<br>     “product”<br>   ],<br>   “context”: “\[context]”,<br>   “knowledgeId”: “\[knowledgeId]”,<br>   “module”: “\[module]”,<br>   “source”: ““,<br>   “language”: “indonesia”,<br>   “trainer”: “\[trainerId]”,<br>   “questionHighlights”: “{\”3DolphinsProduct\”:{\”primary\_terms\”:\[\”product\”,\”3dolphins\”]}}”<br>   }<br>],<br>“hasMore”: false,<br>“nextIndex”: 0,<br>“prevIndex”: 0,<br>“totalResults”: 0<br>}</p> |
