Get forms by conversation id
GET/api/v2/agent/:agentCode/forms/:conversationId
Get forms by conversation id
Request
Path Parameters
agentCode stringrequired
conversationId uuidrequired
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
Array [
]
Array [
]
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
conversationId uuid
form
object
version int32nullable
fields
object[]
nullable
fieldId uuid
name stringnullable
value stringnullable
date date-time
{
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
],
"conversationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"form": {
"version": 0,
"fields": [
{
"fieldId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"value": "string",
"date": "2024-07-29T15:51:28.071Z"
}
]
}
}
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
conversationId uuid
form
object
version int32nullable
fields
object[]
nullable
fieldId uuid
name stringnullable
value stringnullable
date date-time
{
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
],
"conversationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"form": {
"version": 0,
"fields": [
{
"fieldId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"value": "string",
"date": "2024-07-29T15:51:28.071Z"
}
]
}
}
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
conversationId uuid
form
object
version int32nullable
fields
object[]
nullable
fieldId uuid
name stringnullable
value stringnullable
date date-time
{
"links": [
{
"method": "string",
"url": "string",
"rel": "string"
}
],
"conversationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"form": {
"version": 0,
"fields": [
{
"fieldId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"value": "string",
"date": "2024-07-29T15:51:28.071Z"
}
]
}
}
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...