Cx Package
List
Retrieve a paginated list of Cx Package records. Supports filtering, sorting, and search.
get/api/cp/cx-package
Response
Successful response
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"
}
]