Logs

Find api logs

GET https://api.coodo.xyz/logs

⚠️ A maximum of 100 logs are returned

Query Parameters

Name
Type
Description

username

String

Username filter

id

String

User id filter

action

String

Action id filter

Headers

Name
Type
Description

Authorization*

String

Bearer token

{
    "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

Create a poll

2

Delete a poll

3

Login on dashboard

4

Vote on a poll

5

Update a poll

6

Update role

7

Buy a plan

8

Status page data posted

9

Delete a user

10

Update a user

11

Create a guild

12

Update a guild

13

Delete a guild

14

Create recurrent poll

15

Update recurrent poll

16

Delete recurrent poll

Last updated

Was this helpful?