職缺互動

PATCH /jobs/{slug}/track 工作階段或 API 金鑰

設定應徵階段和/或註釋。

空值欄位會維持不變。stage 使用固定列舉值:preparingappliedscreeningrespondedinterviewofferacceptedrejectedwithdrawnexpired(未知值會傳回 400)。expired 代表一直未收到回覆的應徵,系統不會自動替您設定。

路徑參數

slug string 必填
職缺 public_slug

請求內容

stage string
應徵階段從上面的詞彙開始。範例 interview
notes string
自由文本註釋。
curl
curl -X PATCH "https://freehire.me/api/v1/jobs/<slug>/track" \
  -H "Authorization: Bearer $FREEHIRE_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"stage":"interview","notes":"call on Friday"}'
json — response
{ "data": { "job_id": 42, "stage": "interview", "notes": "call on Friday" } }

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

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

A new version of freehire is available