UserPromptDrResponseList
UserPromptDrResponseList
List of entities about: User prompt waiting for acknowledgment
JSON Example
{
"list": [
{
"id": "string",
"raised_time": 0,
"description": "string",
"callout_id": "string",
"prompt_text": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}