Luxor Documentation Hub Logo
Energy/API Documentation/Ancillary Services

Get AS call details

Retrieves detailed information about a specific AS call by its ID.

GET
/api/v1/energy/as-calls/{as_call_id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

as_call_idRequiredAs Call Id
Format: "uuid"
curl -X GET "https://app.luxor.tech/api/v1/energy/api/v1/energy/as-calls/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "site_id": "72771e6a-6f5e-4de4-a5b9-1266c4197811",
  "opr_date": "2019-08-24",
  "hour_ending": 0,
  "as_type": "string",
  "quantity_kw": "string",
  "start_time": "2019-08-24T14:15:22Z",
  "end_time": "2019-08-24T14:15:22Z",
  "as_iso_name": "string",
  "comments": "string",
  "created_at": "2019-08-24T14:15:22Z"
}