職缺互動
PATCH /jobs/{slug}/track 工作階段或 API 金鑰
設定應徵階段和/或註釋。
空值欄位會維持不變。stage 使用固定列舉值:preparing、applied、screening、responded、interview、offer、accepted、rejected、withdrawn、expired(未知值會傳回 400)。expired 代表一直未收到回覆的應徵,系統不會自動替您設定。
路徑參數
slugstring 必填- 職缺
public_slug。
請求內容
stagestring- 應徵階段從上面的詞彙開始。範例
interview notesstring- 自由文本註釋。
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"}'{ "data": { "job_id": 42, "stage": "interview", "notes": "call on Friday" } }