Returns the list of authenticated user’s current company cost centers.

Each cost center in the list includes the same fields as each cost center in GET /api/cost_centers + the following additional fields:

  • cost center’s approvers list

Supported Formats

json

Params

Param name Description
name
optional

Return the list of cost centers with names/dimension name matching the provided substring

Validations:

  • Must be a String

deactivated
optional

Filter the collection by “deactivated” field

Validations:

  • Must be one of: true, false.

required_dimension
optional

Filter the collection by “required_dimension” field

Validations:

  • Must be one of: true, false.

show_on_expense_forms
optional

Validations:

  • Must be one of: true, false.

show_on_time_entry_form
optional

Validations:

  • Must be one of: true, false.