We now expose an integer identifier (id
) to uniquely identify the program in dispatches returned by GET dispatches. This identifier should not change.
For example, if the "CAISO Operating Reserves" program had the identifier 42
, you might see the following payload:
{
"dispatches": [
{
"authorized": true,
"end_time": "2024-02-02T10:00:00Z",
"id": "5j94",
"program": {
"id": 42,
"market": "CAISO",
"name": "CAISO Operating Reserves",
"program_type": "ancillary_services",
"timezone": "US/Pacific"
},
"sites": [
...