CERS EDT Services (Production)
Regulator Facility Submittal Query (RFSQ)
Allows UPAs to query for a set of Facility Submittal Elements based upon one or more query parameters/filters and receive XML results formatted using RegulatorFacilitySubmittalQuery.xsd. Documents referred to in the results can be retrieved by the document's CERSUniqueKey using the Regulator Facility Submittal Document Query endpoint.
Endpoint URL
https://cersservices.calepa.ca.gov/EDT/Regulator/FacilitySubmittal/Query?regulatorCode={RegulatorCode}XML Schemas
Parameters
* is a required parameter.Parameter Name | Parameter Description |
---|---|
* regulatorCode |
The CERS Regulator Code of the EDT-authorized UPA. Absent any other parameters, CUPAs will receive CME data for 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.
|
status |
Submittal results are filtered to a single submittal element status (CDR System Field Submittal Action (Submittal Status), #20.0005). Submittal Statuses are:
Note: "Draft" Submittals will never be returned by this endpoint.
|
submittedOnStart |
Results are filtered to submittal elements submitted on or after the provided date/time based upon the value of the SubmittedOn field (CDR System field #20.0010). The date format is "MM-DD-YYYY". A time is optional--if not provided, it will default to 00:00:00 AM PST. Report time values using 24-hour notation ("military time").
|
submittedOnEnd |
Results are filtered to submittal elements submitted on or before the provided date/time based upon the value of the SubmittedOn field (CDR System Field #20.0006). 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").
|
submittalActionOnStart |
Results are filtered to submittal elements acted upon (when Regulator changes the status of a submittal) on or after the provided date/time based upon the value of the SubmittalActionOn field (CDR System field #20.0006). The date format is "MM-DD-YYYY". A time is optional--if not provided, it will default to 12:00:00 AM PST. Report time values using 24-hour notation ("military time").
|
submittalActionOnEnd |
Results are filtered to submittal elements acted upon (when Regulator changes the status of a submittal) on or before the provided date/time based upon the value of the SubmittalActionOn field (CDR System Field #20.0010). The date format is "MM-DD-YYYY". A time is optional--if not provided, it will default to 11:59:59 PM PST. Report time values using 24-hour notation ("military time").
|
submittalElement |
Results are filtered to submittal elements for the specified submittal element type(s) (CDR System Field Submittal Element Code, #20.0071). Multiple type can be requested as comma-separate list.
|
CERSID |
Results are filtered to submittal elements for for a specific facility based upon its 8-digit CERS ID (CDR System Field #1a)
|
Return to Endpoint Listing