Cx Package

List

Retrieve a paginated list of Cx Package records. Supports filtering, sorting, and search.

get/api/cp/cx-package

Response

Successful response

idinteger

Id

keystring

Key

namestring

Name

costnumber

Cost

qty_unitsstring

Qty Units

flagstring[]

Flag

descriptionstring

Description

iconstring

Icon

Example response

[
  {
    "id": 12345,
    "key": "example_key",
    "name": "Example Name",
    "cost": 99.99,
    "qty_units": "example_qty_units",
    "flag": "MRC",
    "description": "A detailed description of the resource",
    "icon": "example_icon"
  }
]

Changes