個人檔案與履歷
GET /me/profile/verdict 僅限工作階段
對您的個人資料技能的市場覆蓋率判斷。
您的技能達到了多少所選角色的職缺,以及哪些缺失的技能解鎖最多。該角色是請求的方面參數(預設為您的專業化)。沒有設定檔是 404;當搜尋不可用時為 503。
查詢參數
(any search filter)string- 任何搜尋構面參數都會限定角色範圍(
skills構面將被忽略;您的個人資料技能是測量集)。範例category=backend
curl "https://freehire.me/api/v1/me/profile/verdict" -b cookies.txt{
"data": {
"total": 1820,
"covered": 1400,
"coverage_percent": 77,
"gaps": [ { "name": "kubernetes", "new_vacancies": 120, "unlock_percent": 7 } ],
"skills": [ { "...": "..." } ],
"coherence_percent": 64,
"bundles": [ { "...": "..." } ]
}
}