Get Conversations
Page describing the API for getting list of conversations
For getting the list of conversations, each one with their information
Get conversations
POST
https://api.jelou.ai/v1/metrics/conversations/attended/external
Returns all of the conversations with its information
Query Parameters
Name | Type | Description |
---|---|---|
limit | int | total of conversations to be queried (default: 10) |
Request Body
Name | Type | Description |
---|---|---|
startAt* | String | Start date of the range to be queried |
endAt* | String | end date of the range to be queried |
getJson* | Boolean | Type of the response (must be true) |
Example:
Last updated