Authorization: Bearer ********************curl --location --request GET '/api/ticket/<id>/responses' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 1,
"text": "Example Response One",
"attentionMerchant": "No",
"creator": {
"id": 1
},
"createdOn": "2021-01-13 09:56:47",
"_links": {
"self": {
"href": "https://zendashboard.com/api/ticket/response/1"
}
}
},
{
"id": 2,
"text": "Example Response Two",
"attentionMerchant": "No",
"creator": {
"id": 11
},
"createdOn": "2021-10-08 14:20:28",
"_links": {
"self": {
"href": "https://zendashboard.com/api/ticket/response/2"
}
}
}
]
}