get
https://api.genability.com/rest/public/timeofuses//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve a time-of-use group using lseId and touGroupId.
Use this endpoint to inspect the time-of-use definitions for a load serving entity (LSE). A TOU group contains the time-of-use periods that define when tariff rates apply across the week.
Resource URI
GET /rest/public/timeofuses/{lseId}/{touGroupId}Path parameters
| Parameter | Type | Description |
|---|---|---|
lseId | Long | LSE ID for the TOU group. Required. |
touGroupId | Long | TOU group ID within the LSE. Required. |
For the full TimeOfUseGroup, TimeOfUse, and period data models, see Time of Uses.
Example
GET /rest/public/timeofuses/2756/1A successful response returns a standard response payload with type set to TimeOfUseGroup and one TOU group in the results array.
