# Retrieve list of all cost centres Fetch a comprehensive list of cost centres available within the PMS. The response includes details for each cost centre, such as its name, unique identifier, and operational status. This endpoint is useful for managing financial products and services. Endpoint: GET /api/v3/costCentres Version: 3.0.4 Security: OAuth2 ## Query parameters: - `pageable` (object, required) ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier of the cost centre - `content.code` (string) Code of the cost centre - `content.name` (string) Name of the cost centre - `content.exportName` (string) Export name of the cost centre - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)