職缺互動

GET /me/tracking/pipeline 工作階段或 API 金鑰

您的應用程式管道快照(每個階段的計數)。

應用程式總數和每個階段的計數,在伺服器端聚合所有應用程式。詞彙表的每個階段都存在,包括零,計數總和為 applications。設定了 applied_at 但沒有明確階段的應用程式將計為 applied

curl
curl "https://freehire.me/api/v1/me/tracking/pipeline" -H "Authorization: Bearer $FREEHIRE_API_KEY"
json — response
{
  "data": {
    "applications": 12,
    "stages": {
      "applied": 4,
      "screening": 2,
      "responded": 1,
      "interview": 2,
      "offer": 1,
      "accepted": 1,
      "rejected": 1,
      "withdrawn": 0
    }
  }
}

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available