Card
List
Retrieve a paginated list of Card records. Supports filtering, sorting, and search.
get/api/cp/card
Query parameters
strategy'LCR' | 'Best ACD' | 'Best ASR' | 'LCR Performance' | 'Random' | 'Reverse LCR' | 'Round Robin'
Filter by Strategy
rounding_method'up' | 'down' | 'half-up' | 'half-down'
Filter by Rounding Method
duration_rounding_method'up' | 'down' | 'half-up' | 'half-down'
Filter by Duration Rounding Method
direction'origination' | 'termination'
Filter by Direction
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"company_id": 1,
"reseller_id": 1,
"reseller_ids": "example_reseller_ids",
"system_id": 1,
"system_num": 123,
"name": "Example Name",
"notes": "Sample notes text content",
"public_options": "example_public_options",
"public_name": "example_public_name",
"public_notes": "Sample public_notes text content",
"presentation": "example_presentation",
"collapse": "example_collapse",
"import_url": "example_import_url",
"import_map": "example_import_map",
"import_row_start": 123,
"import_remove_prefix": 1,
"import_prepend_prefix": "example_import_prepend_prefix",
"export_map": "example_export_map",
"lcr_map": "example_lcr_map",
"rate_formula": "example_rate_formula",
"gen_lcr": 1,
"trust_fail": 1,
"currency": "USD",
"tech_prefix": "example_tech_prefix",
"lrn": 1,
"override_lcr": "example_override_lcr",
"connexcs_permission": "example_connexcs_permission",
"stale": 1,
"filtered_transform": 1,
"dyn_routing": "example_dyn_routing",
"active_rev": true,
"cli_restrict": "example_cli_restrict",
"paid_restrict": "example_paid_restrict",
"strategy": "LCR",
"billing_precision": 1,
"rounding_method": "up",
"duration_rounding_method": "up",
"direction": "origination",
"delayed_bye": 1,
"delayed_bye_mcd": 1,
"delayed_bye_charge_customer": 1,
"sms_url": "example_sms_url",
"asr_plus": 1,
"contract_id": 1,
"default_rtp": 1,
"force_rtp_id": 1,
"capped_rate": 99.99,
"block_connect_cost": 99.99,
"profit_assurance": 99.99,
"manual_ordering": 1,
"channels": 123,
"cps": 123,
"block_destination_type": "example_block_destination_type",
"ptime": 123,
"origin_billing_source": "example_origin_billing_source",
"origin_billing_destination": "example_origin_billing_destination"
}
]