MeterFlow
API | Description |
---|---|
GET api/MeterFlow/{MeterID}/{FromDate}/{ToDate} |
Returns AMR flow data based on a MeterID and from date(MM-DD-YYYY) and to date(MM-DD-YYYY). |
OccurPeriod
API | Description |
---|---|
GET api/OccurPeriod/{OccurPeriodParm} |
Returns OccurPeriod list for a specific OccurPeriod. |
GET api/OccurPeriod |
Returns All OccurPeriod Data for all Occur Periods. |
WOCurrentFlow
API | Description |
---|---|
GET api/WOCurrentFlow/{MeterID} |
Returns latest meter flow. |
WOMeter
API | Description |
---|---|
GET api/WOMeter/{SubAgencyName} |
Returns meters and max capacity based on a SubAgencyName. |
Meter
API | Description |
---|---|
GET api/Meter/{MeterID} |
Returns a single active billable meter. |
GET api/Meter |
Returns a list of all active billable meters. |
MeterReadSummary
API | Description |
---|---|
GET api/MeterRead/{MeterID}/{FromDate}/{ToDate} |
Returns Beginning and Ending Meter Readings based on a MeterID and from date(MM-DD-YYYY) and to date(MM-DD-YYYY). |
MeterInterval
API | Description |
---|---|
GET api/MeterInterval/{MeterID}/{FromDate}/{ToDate} |
Returns the interval flow data based on a MeterID and from date(MM-DD-YYYY) and to date(MM-DD-YYYY). |
Agency
API | Description |
---|---|
GET api/Agency/Billing |
Retrieves a list of organizations that are Billing Agencies. |
GET api/Agency |
Retrieves a list of organizations that are Memeber Agencies. |