Get conversation by id (deprecated)
GET/api/v2/conversation
deprecated
This endpoint is obsolete. Please use '/api/v2/Agent/{agentCode}/conversation/{conversationId}' instead.
Request
Query Parameters
id uuid
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
 - 401
 - 403
 - 404
 - 500
 
Success
- application/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"
  ]
}
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...