curl --location -g --request GET 'https://.daftra.com/api2/notes' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'
{
"code": 200,
"result": "successful",
"data": [
{
"Note": {
"id": 0,
"item_type": 0,
"item_id": 0,
"date": "2019-08-24T14:15:22Z",
"staff_id": 0,
"body": "string",
"action_id": 0,
"status_id": 0
}
}
],
"pagination": {
"prev": "/api2/clients/?page=1",
"next": "/api2/clients/?page=3",
"page": 2,
"page_count": 5,
"total_results": 98
}
}