Skip to main content
GET
List Metering Grid Areas

Authorizations

Authorization
string
header
required

Query Parameters

id
string<uuid>[]

Filter by Engrate metering grid area id(s)

name
string[]

Substring filter by name(s) of the metering grid area

extra_id
string[]

Filter by Extra Identifier(s)

system_operator_id
string<uuid>[]

Filter MGAs operated by the specified Party(s)

system_operator_extra_id
string[]

Filter MGAs operated by the specified Party(s), convenience filter to search by extra ids

country
string[]

Filter by country(s)

lat
number | null

Filter by latitude, requires you to also specify lon; finds MGAs that cover the given location

lon
number | null

Filter by longitude, requires you to also specify lat; finds MGAs that cover the given location

street
string | null

Filter by street address, requires that you also specify country and city

city
string | null

Filter by city, requires you also specify street and country

zipcode
string | null

Filter by zip/postal code, requires you also specify country

Response

Successful Response

mgas
MeteringGridArea · object[]
required