List
This endpoint will retrieve the list of all the collections associated to a specific bot.
Request
The following request will fetch the existing collections in the bot specified in the request token.
Response
If successful, the response will contain the list of all the collections associated with bot specified in the request token.
The Type property is a number that goes from 0 to 8 that specifies the Field Type.
Response Codes
This endpoint will reply with the following standard HTTP codes.
Code
Meaning
200
Ok. The request has been successfully fulfilled.
400
Bad Request. The supplied token is invalid or does not have enough permissions.
401
Unauthorized. The account associated to the token is not authorized
404
Not Found. The account or the chatbot specified could not be found.
Last updated
Was this helpful?