get/coverletter
Candidates have the option of saving cover letters to attach to job offer applications that required them. This operation returns a list of cover letters available for the authenticated user.
Request
Resource URL
https://api.infojobs.net/api/1/coverletter
Security
- User Role: role_candidate
- Scope: cv
Parameters
No parameters available for this operation.
Response
Response fields
Name | Description |
---|---|
name String |
The name with wich the cover letter was saved. Maximum lenght: 100 |
key String |
The cover letter identifier. This is the coverLetterId in coverLetter related operations Maximum lenght: 100 |
main Boolean |
True if the cover letter is the default chosen by the authenticated user to apply to job offers, false otherwise. |
Error Codes
There is no specific error codes for this operation.
Examples
This example retrieves all the cover letters associated to the authenticated user, in this case it returns 2 results.
Request
GET https://api.infojobs.net/api/1/coverletter
Response
[ { "name": "Presentación", "key": "8c1e03cf-080a-4fcb-a2e3-6b2daa3aa013", "main": true }, { "name": "Presentación 2", "key": "6f8cd656-0b18-43d1-bb63-ff9dc889f9c5", "main": false } ]