Route
GET
4 endpoints
/api/v3/route/{id}/details
GetRouteDetailsV3
Retrieves one route and all the meters on that route
The meters are ordered by display order
/api/v3/route
GetRoutesV3
Retrieves all routes
/api/v3/route/meter/channel/latestReading
GetRoutesWithMetersChannelsLatestReadingV3
Retrieves a list of routes with their list of meters and a list of channels on each meter with the latest reading
Meters are returned in order they appear on a route
If the interval filter is passed and no channels match the filter, the route is not included in the response.
/api/v3/route/{id}
GetRouteV3
Retrieves one route
POST
2 endpoints
PUT
1 endpoint