Get a list of action logs for the company. Accessible by managers only.

Params

Param name Description
page
optional

Page number.

Validations:

  • Must be a Integer

per_page
optional

Number of records per page. Default: 100.

Validations:

  • Must be a Integer

log_action
optional

Filter by action type.

Validations:

  • Must be one of: create, update, destroy, approve, disapprove.

item_type
optional

Filter by item type, e.g. "Receipt", "Trip".

Validations:

  • Must be a String

item_id
optional

Filter by item ID.

Validations:

  • Must be a Integer

user_id
optional

Filter by user ID.

Validations:

  • Must be a Integer

date_range
optional

Filter logs by date range. Format: "DD/MM/YYYY - DD/MM/YYYY", e.g. "01/01/2026 - 13/05/2026".

Validations:

  • Must be a String

from_date
optional

Filter logs created on or after this date, e.g. "2026-05-05".

Validations:

  • Must be a String

to_date
optional

Filter logs created on or before this date, e.g. "2026-12-31".

Validations:

  • Must be a String