職缺互動
GET /me/tracking/pipeline 工作階段或 API 金鑰
您的應用程式管道快照(每個階段的計數)。
應用程式總數和每個階段的計數,在伺服器端聚合所有應用程式。詞彙表的每個階段都存在,包括零,計數總和為 applications。設定了 applied_at 但沒有明確階段的應用程式將計為 applied。
curl "https://freehire.me/api/v1/me/tracking/pipeline" -H "Authorization: Bearer $FREEHIRE_API_KEY"{
"data": {
"applications": 12,
"stages": {
"applied": 4,
"screening": 2,
"responded": 1,
"interview": 2,
"offer": 1,
"accepted": 1,
"rejected": 1,
"withdrawn": 0
}
}
}