GetSourcesResponse
data object[]required
Array [
idstring<uuid>required
Unique identifier for the energy source
namestringrequired
Name of the energy source
slugstringrequired
URL-friendly identifier for the source
]
pagination objectrequired
totalinteger
limitinteger
offsetinteger
links objectrequired
firststringnullable
prevstringnullable
nextstringnullable
laststringnullable
GetSourcesResponse
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"slug": "string"
}
],
"pagination": {
"total": 0,
"limit": 0,
"offset": 0
},
"links": {
"first": "string",
"prev": "string",
"next": "string",
"last": "string"
}
}