Logs
Find api logs
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"message": "OK",
"data": [
{
"user": {
"id": <string>,
"username": <string>
},
"action": {
"id": <int>
},
"actions": [
{
"type": <string>, // userId, pollId, roleId, string
"title": <string>,
"value": <string>
}
],
"timestamp": <int>
},
...
]
}ActionId
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Last updated