List candidate documents
This endpoint lets you retrieve all attached documents for a given candidate_reference.
candidate documents
Query Parameters
Name
Type
Description
[
{
"id": 20,
"job_reference": "WTTJ_KmqkD1Y",
"candidate_reference": "wttj-d655345409a6097309156b05",
"filename": "example",
"file_url": "http://example.com/example.pdf",
"size": 433994,
"content_type": "application/pdf",
"created_at": "2018-01-08T11:46:02.990+01:00"
},
...
]Last updated
Was this helpful?