CERS EDT Services (Testing)
Regulator CME Query (RCMEQ)
Allows UPAs to to query for a set of CME data based upon one or more query parameters/filters.
Endpoint URL
https://cersapps.calepa.ca.gov/Testing/EDT/Regulator/CME/Query?regulatorCode={RegulatorCode}XML Schemas
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)
|
endDate |
Results are filtered to CME data entities occurring on or before the provided endDate (date format "MM-DD-YYYY") based upon the value of the entity's OccurredOn field:
|
* 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.
|
startDate |
Results are filtered to CME data entities occurring on or after the provided startDate (date format "MM-DD-YYYY") based upon the value of the entity's OccurredOn field:
|
status |
Results are filtered to CME data entities having a specific status based upon each entity's CME Data Status (CDR System Field Data Entry Status, #20.0041). Entities having a "Draft" CME Data Status will not be returned, and entities having a "Deleted" CME Data Status will only be returned if requested using this parameter. Multiple statuses can be requested by providing a comma-delimitted list.
|
Return to Endpoint Listing
All query parameters should be URL-encoded. Multiple query parameters can be sent in a single request URL. You will receive an HTTP 413 error (Request Entity Too Large) if your query results result in too large of an XML return. In general Cal/EPA encourages EDT clients to use thoughtful/narrow queries whenever possible to avoid excessive processing loads on the CERS servers.
URL Template: .../CME/Query?regulatorCode={regulatorCode}&{additional parameters}