Get conversation by id
GET/api/v2/Agent/:agentCode/conversation/:conversationId
Get conversation by id
Request
Path Parameters
conversationId uuidrequired
agentCode stringrequired
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
 - 401
 - 403
 - 404
 - 500
 
Success
- text/plain
 - application/json
 - text/json
 
- Schema
 - Example (from schema)
 
Schema
id stringnullable
name stringnullable
startDate date-time
endDate date-time
messagesJson stringnullable
userIdentifier stringnullable
conversationStarters string[]nullable
{
  "id": "string",
  "name": "string",
  "startDate": "2024-07-29T15:51:28.071Z",
  "endDate": "2024-07-29T15:51:28.071Z",
  "messagesJson": "string",
  "userIdentifier": "string",
  "conversationStarters": [
    "string"
  ]
}
- Schema
 - Example (from schema)
 
Schema
id stringnullable
name stringnullable
startDate date-time
endDate date-time
messagesJson stringnullable
userIdentifier stringnullable
conversationStarters string[]nullable
{
  "id": "string",
  "name": "string",
  "startDate": "2024-07-29T15:51:28.071Z",
  "endDate": "2024-07-29T15:51:28.071Z",
  "messagesJson": "string",
  "userIdentifier": "string",
  "conversationStarters": [
    "string"
  ]
}
- Schema
 - Example (from schema)
 
Schema
id stringnullable
name stringnullable
startDate date-time
endDate date-time
messagesJson stringnullable
userIdentifier stringnullable
conversationStarters string[]nullable
{
  "id": "string",
  "name": "string",
  "startDate": "2024-07-29T15:51:28.071Z",
  "endDate": "2024-07-29T15:51:28.071Z",
  "messagesJson": "string",
  "userIdentifier": "string",
  "conversationStarters": [
    "string"
  ]
}
The user is unauthorized or the session expired
The user does not have permission
The entity was not found
There was an unexpected error
Loading...