get
https://api.genability.com/rest/public/lses/
Return a Load Serving Entity (LSE) with the corresponding {lseId}.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve one Load Serving Entity (LSE) by lseId.
Use this endpoint when you already know the Arcadia LSE ID and need the utility or organization record. To find an LSE by location, name, ownership, or service type, use Get LSEs.
Resource URI
GET /rest/public/lses/{lseId}Path parameters
| Parameter | Type | Description |
|---|---|---|
lseId | Long | Unique Arcadia ID for the LSE. Required. |
For the full LoadServingEntity data model and examples, see Load Serving Entities.
Example
GET /rest/public/lses/2756A successful response returns a standard response payload with type set to LoadServingEntity and one LSE in the results array.
