Modify API to include enabled/disabled status for /api/v1/committees/
Current example output
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"deleted": "2026-03-17T14:00:08.291Z",
"committee_id": "C03691570",
"created": "2026-03-17T14:00:08.291Z",
"updated": "2026-03-17T14:00:08.291Z",
"members": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}
]
}
QA Notes
null
DEV Notes
null
Design
null
See full ticket and images here: FECFILE-2954