Rev
Read
Retrieve a single Rev record by ID.
get/api/cp/rev/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"card_id": 1,
"name": "Example Name",
"ts": "2025-01-17T10:30:00Z",
"revision": 123,
"presentation": "example_presentation",
"external": 1,
"expire": "2025-01-17T10:30:00Z",
"stale": 1,
"currency": "USD",
"date_live": "2025-01-17T10:30:00Z",
"count": 10,
"live_rev_id": 1,
"billing_precision": 1,
"rounding_method": "up",
"duration_rounding_method": "up",
"origin_billing_source": "example_origin_billing_source",
"origin_billing_destination": "example_origin_billing_destination",
"storage": "live",
"archiving_at": "2025-01-17T10:30:00Z",
"archive_rule_count": 10,
"archive_sha256": "example_archive_sha256",
"archive_size": 1000000,
"archive_created_at": "2025-01-17T10:30:00Z",
"archive_deleted_at": "2025-01-17T10:30:00Z",
"archive_error": "Sample archive_error text content"
}