Reference sandbox — synthetic data. This is NOT Denver Water’s system, and this API shape is our assumption, not Denver’s contract.
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.
| Accounts | 20 |
|---|---|
| Premises | 21 |
| People | 27 |
| Documents | 39 |
| Field activities | 22 |
| Account notes written | 0 |
| Write log entries | 0 |
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.