Returns the list of cost centers
[
{
"id": 3,
"name": "Apollo",
"dimension_name": "Project",
"assignee_ids": [9,13,15],
"deactivated": false,
"external_id": "ABC",
"required_dimension": true
},
{
"id": 10,
"name": "Gemini",
"dimension_name": "Project",
"assignee_ids": [9,13],
"deactivated": false,
"external_id": "BCD",
"required_dimension": true
}
]
| Param name | Description |
|---|---|
|
page
optional |
Page number Validations:
|
|
per_page
optional |
Number of records per page. Can be set to 1000 for getting more cost centers in one page. Default: 500 Validations:
|
|
skip_pagination
optional |
Pass true to skip pagination and receive all the cost centers in one request, no pagination. Validations:
|
|
name
optional |
Return the list of cost centers with names/dimension name matching the provided substring Validations:
|
|
deactivated
optional |
Filter the collection by “deactivated” field Validations:
|
|
required_dimension
optional |
Filter the collection by “required_dimension” field Validations:
|
|
show_on_expense_forms
optional |
Validations:
|
|
show_on_time_entry_form
optional |
Validations:
|