GET

Request

GET /api/configs/

Response

HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
    {
        "id": 2,
        "file": "http://web.collapseloader.org/upload/config_files/rw.wild",
        "client": 3,
        "client_name": "Wild",
        "config_path": "wild/configs/",
        "server": "reallyworld"
    },
    {
        "id": 3,
        "file": "http://web.collapseloader.org/upload/config_files/holyworld.wild",
        "client": 3,
        "client_name": "Wild",
        "config_path": "wild/configs/",
        "server": "holyworld"
    },
    {
        "id": 4,
        "file": "http://web.collapseloader.org/upload/config_files/funtime.wild",
        "client": 3,
        "client_name": "Wild",
        "config_path": "wild/configs/",
        "server": "funtime"
    },
    {
        "id": 5,
        "file": "http://web.collapseloader.org/upload/config_files/hvh.cfg",
        "client": 14,
        "client_name": "Wissend",
        "config_path": "wissend/configs/",
        "server": "-"
    },
    {
        "id": 6,
        "file": "http://web.collapseloader.org/upload/config_files/rw.cfg",
        "client": 14,
        "client_name": "Wissend",
        "config_path": "wissend/configs/",
        "server": "reallyworld"
    },
    {
        "id": 7,
        "file": "http://web.collapseloader.org/upload/config_files/legit.cfg",
        "client": 17,
        "client_name": "Expensive 3.1",
        "config_path": "expensive/configs/",
        "server": "-"
    },
    {
        "id": 8,
        "file": "http://web.collapseloader.org/upload/config_files/funtime_reallyworld_hvhlegit.cfg",
        "client": 17,
        "client_name": "Expensive 3.1",
        "config_path": "expensive/configs/",
        "server": "funtime/reallyworld"
    },
    {
        "id": 9,
        "file": "http://web.collapseloader.org/upload/config_files/reallyworld.excellent",
        "client": 19,
        "client_name": "Excellent",
        "config_path": "Excellent/excellent/configs/",
        "server": "reallyworld"
    },
    {
        "id": 10,
        "file": "http://web.collapseloader.org/upload/config_files/stormhvh.excellent",
        "client": 19,
        "client_name": "Excellent",
        "config_path": "Excellent/excellent/configs/",
        "server": "stormhvh"
    },
    {
        "id": 11,
        "file": "http://web.collapseloader.org/upload/config_files/holyworld.excellent",
        "client": 19,
        "client_name": "Excellent",
        "config_path": "Excellent/excellent/configs/",
        "server": "holyworld"
    },
    {
        "id": 12,
        "file": "http://web.collapseloader.org/upload/config_files/funtime.excellent",
        "client": 19,
        "client_name": "Excellent",
        "config_path": "Excellent/excellent/configs/",
        "server": "funtime"
    }
]