v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBReads all Cost center memberships
Reads all Cost center memberships
Query parameters
To retreive active cost center memberships for a specific cost center
To retreive active cost center memberships for a specific cost center
To retreive active cost center memberships for a specific employee
To retreive active cost center memberships for a specific employee
To retreive active cost center memberships for a specific date
To retreive active cost center memberships for a specific date
To retreive only active cost center memberships, this is the default behavior
To retreive only active cost center memberships, this is the default behavior
To retreive cost center memberships applying on a specific date
To retreive cost center memberships applying on a specific date
retrieve the cost center memberships for a specific company
retrieve the cost center memberships for a specific company
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
}
]
}