California Environmental Reporting System

CERS EDT Services (Staging)

Regulator Facility Query (RFQ)

Allows UPAs to query for existing Facilities in CERS based upon one or more query parameters/filters. Typical usage would be for a CUPA to query for any new Facilities recently created in CERS.

Endpoint URL

https://cersservices.calepa.ca.gov/Staging/Regulator/Facility?regulatorCode={RegulatorCode}

XML Schemas

Output XML Schema (Version 1/05): RegulatorFacilityQuery.xsd
Users should be very careful to avoid executing this query such that is returns more than a few hundred records.

Parameters

* is a required parameter.
Parameter Name Parameter Description
CERSID

Results are filtered to a specific CERS facility based upon its 8-digit CERS ID (CDR System Field #1a)

?cersid=10001001

* regulatorCode

The CERS Regulator Code of the EDT-authorized UPA. Absent any other parameters, CUPAs will receive information about ALL of their facilities, and PAs will receive data for any facility they currently have a regulator relationship with, i.e., they are the regulator for at least one submittal element of a facility. Such a large query should be avoided if at all possible.

regulatorCode=2700

organizationCode

Results are filtered to the CERS Facilities for a specific CERS Business/Organization based upon its 8-digit Organization Code.

createdOnStart

Results are filtered to CERS Facilities created on or after the provided date/time based upon the date the facility was added to CERS. The date format is "MM-DD-YYYY". A time is optional--if not provided, it will default to 00:00:00 PM PST. Report time values using 24-hour notation ("military time").

?createdOnStart=07-30-2012
?createdOnStart=07-30-2012%2013:00:00

createdOnEnd

Results are filtered to CERS Facilities created on or before the provided date/time based upon the date the facility was added to CERS. The date format is "MM-DD-YYYY". A time is optional--if not provided, it will default to 23:59:59 PM PST. Report time values using 24-hour notation ("military time").

?createdOnEnd=07-30-2012
?createdOnEnd=07-30-2012%2023:59:59

street

Results are filtered to CERS Facilities matching the accepted or standardized version of the facility street address submitted to the endpoint.

?street=1000%20main%20Street

city

Results are filtered to CERS Facilities matching the accepted or standardized version of the facility city address submitted to the endpoint.

?street=1000%20main%20Street&city=San%20Francisco

zip

Results are filtered to CERS Facilities matching the accepted or standardized version of the facility ZIP Code submitted to the endpoint.

?zip=95812



Return to Endpoint Listing