Route
GET
4 endpoints
/api/v3/route/{id}/details
GetRouteDetailsV3
Retrieves a route with its complete ordered list of meters including place and serial number details
/api/v3/route
GetRoutesV3
Retrieves all routes with their meter counts
/api/v3/route/meter/channel/latestReading
GetRoutesWithMetersChannelsLatestReadingV3
Retrieves all routes with their meters, channels, and the latest reading on each channel
/api/v3/route/{id}
GetRouteV3
Retrieves a single route by ID
POST
2 endpoints