v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Expenses > PerDiem

Reads all Per diems

Reads all Per diems

get/api/2026-07-01/resources/expenses/per_diems

Query parameters

ids[]string[]

The IDs of the per diem to read.

The IDs of the per diem to read.

[
  "1",
  "2"
]
expenses_expensable_ids[]string[]

The IDs of the expensables to read per diems for.

The IDs of the expensables to read per diems for.

[
  "1",
  "2"
]
exclude_draftsboolean

Whether to exclude drafts from the results.

Whether to exclude drafts from the results.

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "employee_id": "1",
      "company_id": "1",
      "expenses_expensable_id": "1",
      "end_date": "2020-01-01",
      "start_date": "2020-01-01",
      "from": "New York",
      "to": "San Francisco",
      "trip_name": "Berlin - Barcelona, 12-19 Mar 2026",
      "ledger_account_id": "1",
      "amount": 1000,
      "currency": "USD",
      "reimbursable_amount": 250,
      "reimbursable_currency": "USD",
      "payment": "reimbursable",
      "paid_at": "2020-01-01T12:00:00.000Z",
      "review_request_at": "2020-01-01T12:00:00.000Z",
      "effective_on": "2020-01-01T12:00:00.000Z",
      "description": "Per diem for trip to San Francisco",
      "subcategory": "national",
      "status": "approved",
      "budget_id": "1",
      "project_id": "1",
      "cost_center_ids": [
        "1",
        "2"
      ]
    }
  ]
}