ticket.idAuthorization: Bearer ********************curl --location --request GET '/api/ticket/<ticketId>/notes' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 13,
"note": "I am adding this note, please look into this matter",
"creator": {
"id": 14
},
"createdOn": "2023-05-17 09:25:54"
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/ticket/88/notes?page=1"
},
"first": {
"href": https://zendashboard.com/api/ticket/88/notes?page=1"
},
"last": {
"href": "https://zendashboard.com/api/ticket/88/notes?page=1"
}
},
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}