CVs
List CVs
Authorization
apiKey AuthorizationBearer <token>
In: header
Query Parameters
limit?string
cursor?string
sort?string
order?string
Value in
- "asc"
- "desc"
q?string
employee_id?string
Response Body
application/json
application/json
curl -X GET "https://example.com/api/public/v1/cvs"{ "data": [ { "created_at": "string", "data": { "awards": [ { "awarder": "string", "date": "string", "hidden": true, "summary": "string", "title": "string" } ], "basics": { "email": "string", "label": "string", "location": { "address": "string", "city": "string", "countryCode": "string", "postalCode": "string", "region": "string" }, "name": "string", "phone": "string", "photo": { "show": true, "uploadId": "string", "url": "string" }, "profiles": [ { "network": "string", "url": "string", "username": "string" } ], "summary": "string", "url": "string" }, "certificates": [ { "date": "string", "hidden": true, "issuer": "string", "name": "string", "url": "string" } ], "education": [ { "area": "string", "courses": [ "string" ], "endDate": "string", "hidden": true, "institution": "string", "score": "string", "startDate": "string", "studyType": "string", "url": "string" } ], "interests": [ { "hidden": true, "keywords": [ "string" ], "name": "string" } ], "languages": [ { "fluency": "string", "hidden": true, "language": "string" } ], "meta": { "customization": { "anonymize": { "enabled": true, "mode": "hide", "property1": null, "property2": null }, "fontScale": "default", "paperFormat": "a4", "sectionTitles": { "property1": "string", "property2": "string" }, "skills": { "layout": "grouped", "meter": "text", "scale": [ "string" ] }, "spotlights": { "showHeading": true }, "titleSubtitleOrder": "title-first", "property1": null, "property2": null }, "hiddenSections": [ "string" ], "language": "en", "sections": [ "string" ], "theme": "classic", "themeSettings": { "property1": { "accentColor": "string", "columnRatio": 0, "fontFamily": "string", "primaryColor": "string" }, "property2": { "accentColor": "string", "columnRatio": 0, "fontFamily": "string", "primaryColor": "string" } }, "ui": { "collapsed": [ "string" ] }, "property1": null, "property2": null }, "projects": [ { "description": "string", "endDate": "string", "entity": "string", "hidden": true, "highlights": [ "string" ], "keywords": [ "string" ], "name": "string", "roles": [ "string" ], "startDate": "string", "type": "string", "url": "string" } ], "publications": [ { "hidden": true, "name": "string", "publisher": "string", "releaseDate": "string", "summary": "string", "url": "string" } ], "references": [ { "hidden": true, "name": "string", "reference": "string" } ], "skills": [ { "hidden": true, "keywords": [ "string" ], "level": "string", "name": "string" } ], "spotlights": [ { "bordered": true, "description": "string", "hidden": true, "image": { "uploadId": "string", "url": "string" }, "imagePosition": "left", "subtitle": "string", "title": "string" } ], "volunteer": [ { "endDate": "string", "hidden": true, "highlights": [ "string" ], "organization": "string", "position": "string", "startDate": "string", "summary": "string", "url": "string" } ], "work": [ { "description": "string", "endDate": "string", "hidden": true, "highlights": [ "string" ], "location": "string", "name": "string", "position": "string", "startDate": "string", "summary": "string", "url": "string" } ] }, "employee_id": "string", "id": "string", "name": "string", "updated_at": "string" } ], "page": { "hasMore": true, "nextCursor": "string" }}{ "detail": { "property1": "string", "property2": "string" }, "error": { "code": "string", "current": 0, "feature": "api_access", "limit": 0, "message": "string", "plan": "free", "resource": "projects", "upgrade_to": "free" }}