📂 File Browser

//applications/data
🌙 Dark Mode
🎯 Quick Launch:

📁 Directories

📁 applications/ 🔓 Open

📄 Files

📄 forum.json
▶ Open 📄 View Source
📄 forums.json
▶ Open 📄 View Source
📄 users.json
▶ Open 📄 View Source

📄 Source: forums.json

[
    {
        "id": "forum_6a78bb2b54472",
        "created_at": "2026-08-09 19:38:51",
        "submissions": [
            {
                "user_id": "user_6a78af61ec5a3",
                "username": "ezyalex700",
                "discord_id": "856951961847988254",
                "google_id": "117008633656366381314",
                "answers": [
                    {
                        "question": "how did you find out about our server?",
                        "question_type": "text",
                        "answer": "1"
                    },
                    {
                        "question": "tell us more about yourself",
                        "question_type": "textarea",
                        "answer": "2"
                    },
                    {
                        "question": "what position\/s would you like to recive?",
                        "question_type": "choice",
                        "answer": "Helper"
                    },
                    {
                        "question": "do u agree with our tos?",
                        "question_type": "checkbox",
                        "answer": "yes"
                    }
                ],
                "status": "approved",
                "notes": "",
                "id": "sub_6a78bb5a76afe",
                "submitted_at": "2026-08-09 19:39:38",
                "reviewed_by": "user_6a78af61ec5a3",
                "reviewed_at": "2026-08-09 21:04:04",
                "note": ""
            },
            {
                "user_id": "user_6a78bbe761281",
                "username": "A001",
                "discord_id": null,
                "google_id": null,
                "answers": [
                    {
                        "question": "how did you find out about our server?",
                        "question_type": "text",
                        "answer": "asda"
                    },
                    {
                        "question": "tell us more about yourself",
                        "question_type": "textarea",
                        "answer": "asdas"
                    },
                    {
                        "question": "what position\/s would you like to recive?",
                        "question_type": "choice",
                        "answer": "Mod"
                    },
                    {
                        "question": "do u agree with our tos?",
                        "question_type": "checkbox",
                        "answer": "no"
                    }
                ],
                "status": "rejected",
                "notes": "",
                "id": "sub_6a78bcd6bf48a",
                "submitted_at": "2026-08-09 19:45:58",
                "reviewed_by": "user_6a78af61ec5a3",
                "reviewed_at": "2026-08-09 20:06:10",
                "note": ""
            }
        ],
        "status": "open",
        "admins": [
            "user_6a78af61ec5a3"
        ],
        "title": "test - 01",
        "description": "",
        "platform": "none",
        "time_limit": 60,
        "questions": [
            {
                "text": "how did you find out about our server?",
                "type": "text",
                "required": true,
                "max_chars": 2048
            },
            {
                "text": "tell us more about yourself",
                "type": "textarea",
                "required": true,
                "max_chars": 2048
            },
            {
                "text": "what position\/s would you like to recive?",
                "type": "choice",
                "required": true,
                "max_chars": 2048,
                "options": [
                    "Mod",
                    "Helper",
                    "None",
                    "Admin"
                ],
                "correct": ""
            },
            {
                "text": "do u agree with our tos?",
                "type": "checkbox",
                "required": true,
                "max_chars": 2048,
                "options": [
                    "yes",
                    "no"
                ],
                "correct": []
            }
        ],
        "created_by": "user_6a78af61ec5a3"
    }
]
← Back