Open Gauge Documentation
Dashboard

Get Recent Assets

GET
/api/v1/dashboard/recent-assets

Response Body

application/json

curl -X GET "https://example.com/api/v1/dashboard/recent-assets"
[  {    "id": "string",    "asset_id": "string",    "name": "string",    "manufacturer": "string",    "model": "string",    "asset_type": "string",    "updated_at": "2019-08-24T14:15:22Z"  }]