Company feedback

GET /companies/{slug}/feedback 公開

List a company's feedback, newest first.

路徑參數

slug string 必填
公司的蛞蝓。範例 acme

查詢參數

limit integer
頁面大小,1–100。範例 20
offset integer
要跳過的行。範例 0
curl
curl "https://freehire.me/api/v1/companies/acme/feedback"
json — response
{
  "data": [
    {
      "id": 5,
      "author": "quiet-falcon-42",
      "rating": 4,
      "feedback_type": "interview",
      "body": "Fast process, clear communication.",
      "created_at": "2026-06-18T09:12:00Z",
      "updated_at": "2026-06-18T09:12:00Z"
    }
  ],
  "meta": { "total": 12, "limit": 20, "offset": 0 }
}

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

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

A new version of freehire is available