v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Finance > CostCenterMembership

Reads all Cost center memberships

Reads all Cost center memberships

get/api/2026-07-01/resources/finance/cost_center_memberships

Query parameters

cost_center_idstring

To retreive active cost center memberships for a specific cost center

Example:1

To retreive active cost center memberships for a specific cost center

employee_idstring

To retreive active cost center memberships for a specific employee

Example:1

To retreive active cost center memberships for a specific employee

active_onstring

To retreive active cost center memberships for a specific date

Example:2020-01-01

To retreive active cost center memberships for a specific date

only_activeboolean

To retreive only active cost center memberships, this is the default behavior

To retreive only active cost center memberships, this is the default behavior

applying_onstring

To retreive cost center memberships applying on a specific date

Example:2020-01-01

To retreive cost center memberships applying on a specific date

company_idstring

retrieve the cost center memberships for a specific company

Example:1

retrieve the cost center memberships for a specific company

cost_center_ids[]string[]

retrieve the cost center memberships for a list of cost centers

retrieve the cost center memberships for a list of cost centers

[
  "1"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "employee_id": "1",
      "cost_center_id": "1",
      "start_date": "2020-01-01",
      "end_date": "2020-12-31",
      "percentage": 0.5
    }
  ]
}