Metadata
Resource Conservation and Recovery Act (RCRA) Metadata Service
Returns the JSON Object Name and ColumnId for usage with the qcolumns parameter for get_qid, get_facility_info and other service endpoints.
get/rcra_rest_services.metadata
Query parameters
output'JSONP' | 'JSON' | 'XML'
Output Format Flag. Enter one of the following keywords:
- JSON = Data model formatted as Javascript Object Notation (default).
- JSONP = Data model formatted as Javascript Object Notation with Padding.
- XML = Data model formatted as Extensible Markup Language.
callbackstring
JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.
Response
Results are an array of columns/objects.
Example response
{
"Results": {
"Message": "Success",
"ResultColumns": [
{
"DataLength": "10",
"DataType": "NUMBER",
"ObjectName": "CaseName"
}
]
}
}