職缺互動

PATCH /me/applications/{id} 工作階段或 API 金鑰

Set the application stage and/or notes, addressed by row id.

Same as PATCH /jobs/{slug}/track, but addressed by the tracking-board row id instead of the job slug — needed when a tracked application’s posting was later pruned and has no slug left to address it by. Same stage vocabulary and body shape.

路徑參數

id integer 必填
The tracking row id (from /me/tracking).範例 42

請求內容

stage string
Application stage.範例 interview
notes string
自由文本註釋。
curl
curl -X PATCH "https://freehire.me/api/v1/me/applications/42" \
  -H "Authorization: Bearer $FREEHIRE_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"stage":"interview"}'
json — response
{ "data": { "job_id": 42, "stage": "interview", "notes": null } }

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

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

A new version of freehire is available