Open Gauge Documentation
Dashboard

Get Calendar Events

GET
/api/v1/dashboard/calendar-events

Query Parameters

year?Year

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/dashboard/calendar-events"
[  {    "asset_id": "string",    "name": "string",    "date": "string",    "event_type": "string"  }]
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}