curl --location -g --request POST 'https:///api/v2/agent-responses/dashboard?items_per_page&page' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_ids": [
0
],
"agent_ids": [
0
],
"project_ids": [
0
],
"export": true,
"response_quality": "string",
"comments": true,
"query_source": "string",
"success_status": "string",
"from_date": "2019-08-24",
"to_date": "2019-08-24",
"timezone": "string"
}'
{
"success": true,
"message": "string",
"data": {
"count": 0,
"num_pages": 0,
"current_page": 0,
"agent_responses": [
{
"id": 0,
"comments": [
{
"id": 0,
"comment": "string",
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"chat_log": 0
}
],
"feedback": [
{
"id": 0,
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"modified_by": "string",
"modified_on": "2019-08-24T14:15:22Z",
"is_upvote": true,
"is_downvote": true,
"chat_log": 0
}
],
"agent": {
"id": 0,
"agent_name": "string",
"agent_type": {
"name": "string"
},
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"agent_image": "string",
"user": 0,
"project": 0
},
"question": "string",
"response": {
"property1": null,
"property2": null
},
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"created_on_modified": "string",
"query_source": "string",
"user": 0,
"chat_thread": 0
}
],
"user_timezone": "string"
}
}