Authorization: Bearer ********************curl --location --request GET '/api/boarding-application/<id>/documents' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"attachment": {
"id": 1913
},
"about": [
2
],
"principal": {
"id": null
}
},
{
"attachment": {
"id": 1912
},
"about": [
6
],
"principal": {
"id": 744
}
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/dashboard/api/boarding-application/608/documents?page=1"
},
"first": {
"href": "https://zendashboard.com/dashboard/api/boarding-application/608/documents?page=1"
},
"last": {
"href": "https://zendashboard.com/dashboard/api/boarding-application/608/documents?page=1"
}
},
"_meta": {
"totalCount": 2,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}