GET api/energyBalance/informationUnits
Retrieves the available countries or subregions in the data source.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InformationUnit| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": -8,
"Name": "Latin America and Caribbean"
},
{
"Id": 1,
"Name": "Ecuador"
}
]