履歷建立與客製化

GET /me/cvs/{id}/revisions 僅限工作階段

The edit history of this CV, newest first.

Each entry names what changed and where (paths), not the edit itself — the operations carry your own prior text and stay server-side. undoable is false for an entry with nothing to reverse (e.g. the CV’s own creation); reverted marks an entry already undone rather than removing it from the feed.

路徑參數

id string (uuid) 必填
履歷 ID。
curl
curl "https://freehire.me/api/v1/me/cvs/0f2c…/revisions" -b cookies.txt
json — response
{
  "data": [
    {
      "id": "b1a2…",
      "actor": "agent",
      "origin": "tailoring",
      "batch_id": "f3c1…",
      "title": "Reframed 2 bullets toward Kafka",
      "note": "Emphasized event-bus scale to match the requirement",
      "paths": ["experience[0].bullets[1]"],
      "reverted": false,
      "undoable": true,
      "created_at": "2026-07-28T20:10:00Z"
    }
  ]
}

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

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

A new version of freehire is available