HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Get TOU Group

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

ParameterTypeDescription
lseIdLongLSE ID for the TOU group. Required.
touGroupIdLongTOU 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/1

A successful response returns a standard response payload with type set to TimeOfUseGroup and one TOU group in the results array.

Path Params
int64
required

Get a TOU group for a specific LSE

int64
required

Get a TOU group by its ID (required when LSE ID is provided)

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json