Candidate notes

GET /candidate/{id}/notes

This API is to get notes using candidate id.

Headers

Path parameters

  • id string Required
GET /candidate/{id}/notes
curl \
 --request GET 'https://api-console.logezy.co/v1/candidate/{id}/notes' \
 --header "Accept: string" \
 --header "Content-Type: string"