-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Milestone
Description
What we’re after
Update the rulemaking API to support comment close dates at the document level instead of only at the rulemaking level, so that multiple documents within a rulemaking can correctly reflect distinct comment deadlines per document.
It should look similar to this:
"documents":
[
{
"doc_category_id": 4,
"doc_category_label": "Federal Register Document",
"doc_date": "2025-03-18",
"doc_description": "federal register document-hz.pdf",
"doc_entities": [],
"doc_id": 365602,
"doc_type_id": 28,
"doc_type_label": "NPRM",
"filename": "federal register document-hz",
"is_comment_eligible": true,
NEW "calculated_comment_close_date": "2026-03-31T23:59:59",
NEW "comment_close_date": "2026-03-31T23:59:59",
"is_key_document": false,
"level_1": 2,
"level_1_label": "NPRM",
"level_2": 0,
"level_2_label": "NPRM",
"level_2_labels": [],
"sort_order": 0,
"url": "[/files/legal/rulemakings/2025-99/365602/federal-register-document-hz.pdf](https://api-stage.open.fec.gov/files/legal/rulemakings/2025-99/365602/federal-register-document-hz.pdf)"
}
]
Completion criteria
- API is updated to include document-level
comment_close_dateandcalculated_comment_close_datedate fields.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📥 Assigned