{
"count": 1,
"total": 1,
"_links": {
"self": {
"href": "\/candidates\/360241009\/attachments"
}
},
"_embedded": {
"attachments": [
{
"id": 572062648,
"filename": "-CV Gwendoline DEMONCHY-.pdf",
"is_resume": true,
"data_item": {
"id": 360241009,
"type": "candidate"
},
"_links": {
"self": {
"href": "\/attachments\/572062648"
},
"download": {
"href": "\/attachments\/572062648\/download"
},
"data_item": {
"href": "\/candidates\/360241009"
}
}
}
]
}
}Clés racine : count, total, _links, _embedded
Clés dans _embedded : attachments
Nombre d'éléments : 1
{
"id": 572062648,
"filename": "-CV Gwendoline DEMONCHY-.pdf",
"is_resume": true,
"data_item": {
"id": 360241009,
"type": "candidate"
},
"_links": {
"self": {
"href": "\/attachments\/572062648"
},
"download": {
"href": "\/attachments\/572062648\/download"
},
"data_item": {
"href": "\/candidates\/360241009"
}
}
}id, filename, is_resume, data_item, _links