Authorization: Bearer ********************curl --location --request GET '/api/boarding-application/608/notes' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 740,
"note": "<strong>Duplicate</strong>: Duplicate information found on this application.",
"user": false,
"notification": "No",
"updatedOn": "2023-05-11 15:50:02",
"createdOn": "2023-05-11 15:50:02"
},
{
"id": 63,
"note": "A Funding Period for <strong>TwoBusinessDays</strong> has been requested.<br />\n<br />\nA Discount Period for <strong>Daily</strong> has been requested.",
"user": false,
"notification": "Yes",
"updatedOn": "2020-02-19 15:27:56",
"createdOn": "2020-02-19 15:27:56"
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/boarding-application/136/notes?page=1"
},
"first": {
"href": "https://zendashboard.com/api/boarding-application/136/notes?page=1"
},
"last": {
"href": "https://zendashboard.com/api/boarding-application/136/notes?page=1"
}
},
"_meta": {
"totalCount": 3,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}