GET /v1/costcenters

visma.com

Summary: Get cost centers.
Operation ID: CostCenters_GetCostCenters
Auth: unknown

Parameters (9)

active (boolean, query, optional)

If not given, return all cost centers, if given as true return only active cost centers, if given as false returns only inactive cost centers.

calculateRowCount (boolean, query, optional, default: False)

Optional: Calculate total number of rows.

changedSince (string, query, optional)

Optional: Get cost centers that have been added or changed after this date time (greater or equal).

firstRow (integer, query, optional)

Optional: first row to fetch. Default 0 = first row.

identifier (string, query, optional)

Optional: Identifier of the cost center.

name (string, query, optional)

Optional: Name of the cost center.

rowCount (integer, query, optional)

Optional: How many rows to fetch, Default 20, maximum 100.

sortings (array, query, optional)

Optional: A list of Key-Value pairs, containing names of fields and directions by which the results should be sorted. Any sortable field name (submodel fields not supported) in the model can be used, while value can be "Desc" or "Asc".

textToSearch (string, query, optional)

Optional: Text to search from cost center name or identifier.

No probe data for this endpoint yet.