Reference sandbox — synthetic data. This is NOT Denver Water’s system, and this API shape is our assumption, not Denver’s contract.

Denver systems reference sandbox

This service imitates two systems the product cannot reach: a customer correspondence library under /ccl and an Oracle CC&B-shaped REST service under /ccb. It exists so the configuration-driven connectors can be demonstrated end to end.

It is not Denver Water’s system. Denver has published no API specification for either; every path, parameter and field name here is our assumption. All data is synthetic: fictional accounts, premises, people, addresses, correspondence and field activities.

What is loaded

Accounts20
Premises21
People27
Documents39
Field activities22
Account notes written0
Write log entries0

Endpoints

GET    /ccl/library/search?account_id=|premise_id=|person_id=&offset=&limit=
GET    /ccl/library/documents/{document}
GET    /ccl/library/documents/{document}/content
GET    /ccl/library/documents/{document}/permissions
GET    /ccb/rest/accounts/{account}
POST   /ccb/rest/account-notes
POST   /ccb/rest/field-activities
GET    /ccb/rest/field-activities/{activity}
PATCH  /ccb/rest/field-activities/{activity}
GET    /sandbox/write-log        GET|POST|DELETE /sandbox/faults
POST   /sandbox/reset            GET /sandbox/health

Every API call needs the sandbox credential. Faults are off by default; see the README.