Usage REST Endpoints
Usage
The Usage resource represents a customer's gas or electrical consumption. The API allows you to view raw, daily, and billing usage values for all of the service points of a particular customer's active utility account. The response contains an array of usage streams grouped by service point.
- Get Billing Usage
- Method: getPath:
/apis/usage-v1/usage/billing/{utilityCode}/{utilityCustomerId}/{fuelType}
- Get Daily Interval Usage
- Method: getPath:
/apis/usage-v1/usage/day/{utilityCode}/{utilityCustomerId}/{fuelType}
- Get Raw Interval Usage
- Method: getPath:
/apis/usage-v1/usage/raw/{utilityCode}/{utilityCustomerId}/{fuelType}