Summaries
A summary is a shortened processed description of a candidate nomination and a corresponding attachment specifically generated in relation to a job's description.
🛠️ This specific API is still under development and is not quite ready yet. Please reach out to us directly at support@endorsed.ai on when this will be available.
Relationships:
Candidate Nomination to Summary is 1-1
Attachment to Summary is 1-1
Get an existing summary
GET
https://endorsed.ai/api/v1/summaries/{id}
Get an existing summary by it's UUID id.
Path Parameters
Name
Type
Description
id*
string
UUID id of the summary
Headers
Name
Type
Description
Authorization*
string
Authorization header containing the Bearer Access Token from the /auth/tokens
endpoint. Example: Bearer <ACCESS_TOKEN>
Examples:
Last updated