View Estimation Methodology List
GET:{output}/estimation-methodology/list
Overview
Returns a list of estimation methodologies according to the supplied query parameters.
URL Parameters (Required)
Name | Type | Description |
---|---|---|
output | string | The output format of the HTTP response; must be ‘json’, ‘xml’, or ‘csv.’ |
Query Parameters (Optional)
Name | Type | Description |
---|---|---|
gd |
| The id field(s) for the guidance document(s) that define an estimation methodology. |
inv |
| The id field(s) for the inventory(s) that use an estimation methodology. |
keyword |
| The The keyword(s) associated with an estimation methodology. |
metric |
| The id field(s) for the emission metric(s) that were estimated using an estimation methodology. |
pol |
| The id field(s) for the pollutant(s) whose emissions an estimation methodology is used to estimate. |
sc |
| The id field(s) for the source category(s) that classify emission metrics estimated by an estimation methodology. |
Return Format
XML (with RDFa-Lite)
Code Samples
cURL
curl “http://api.cecclimate.com/json/estimation-methodology/list?inv=1002”