Document list

POST /candidate/{id}/documents

This API is to get all documents using candidate id.

Headers

Path parameters

  • id string Required
application/json

Body

Responses

POST /candidate/{id}/documents
curl \
 -X POST https://api-console.logezy.co/v1/candidate/{id}/documents \
 -H "Content-Type: string" \
 -H "Accept: string" \
 -d '{"job_ids":[42]}'
Request example
# Headers
Content-Type: string
Accept: string

# Payload
{
  "job_ids": [
    42
  ]
}
Response examples (200)
{}