Skip to main content

Get Cost Centers

Retrieves a paginated list of cost centers with optional filtering.

Query Parameters
    page int32

    The page number to retrieve (starting from 1).

    limit int32

    Number of items to return per page.

    search string

    Search term to filter cost centers by name, description, or account ID.

Responses

Successfully retrieved cost centers.


Schema
    page int32
    limit int32
    totalRecords int32
    hasNextPage boolean
    hasPreviousPage boolean
    items object[]
  • Array [
  • id int64
    name string
    description string
    enabledForExpress boolean
    fungOperatingAccountId string
    createdAt date-time
  • ]
Loading...