Skip to main content

GetTariffsResponse

data object[]required
  • Array [
  • idstring<uuid>required

    Unique identifier for the tariff

    sourceIdstring<uuid>required

    Unique identifier for the energy source

    namestringrequired

    Name of the tariff

    slugstringrequired

    URL-friendly identifier for the tariff

  • ]
  • pagination objectrequired
    totalinteger
    limitinteger
    offsetinteger
    links objectrequired
    firststringnullable
    prevstringnullable
    nextstringnullable
    laststringnullable
    GetTariffsResponse
    {
    "data": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "sourceId": "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"
    }
    }