Open Gauge Documentation
Dashboard

Get Activity

GET
/api/v1/dashboard/activity

Response Body

application/json

curl -X GET "https://example.com/api/v1/dashboard/activity"
[  {    "actor_id": "string",    "actor_email": "string",    "actor_name": "string",    "actor_role": "string",    "action": "string",    "entity_asset_id": "string",    "created_at": "2019-08-24T14:15:22Z"  }]