curl --location --request GET '/log/'
{
"count": 0,
"description_columns": {
"column_name": "A Nice description for the column"
},
"ids": [
"string"
],
"label_columns": {
"column_name": "A Nice label for the column"
},
"list_columns": [
"string"
],
"list_title": "List Items",
"order_columns": [
"string"
],
"result": [
{
"action": "string",
"dashboard_id": 0,
"dttm": "2019-08-24T14:15:22Z",
"duration_ms": 0,
"json": "string",
"referrer": "string",
"slice_id": 0,
"user": {
"username": "string"
},
"user_id": 0
}
]
}