Detailed Facility Report
Detailed Facility Report Notices Service
This procedure obtains data for the Notices/Informal Actions section of the DFR.
post/dfr_rest_services.get_notices
Response
Returns an object that includes an array of notices
Example response
{
"Results": {
"Message": "Success",
"Notices": {
"Notice": [
{
"EPASystem": "ICP",
"EnfIdentifier": "05-000F000550590000700023",
"LeadAgency": "State",
"SourceID": "ALR040033",
"Statute": "CWA"
}
],
"ProgramDates": [
{
"EndDate": "01/01/2016",
"Program": "CWA",
"StartDate": "01/01/2016"
}
]
}
}
}