# API: Get Reports

# getReports

List available reports

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getReports

# PHP Samples

# Response

{
    "reports": {
        "Custom": [
            {
                "id": "75000",
                "name": "Daily performance",
                "displayname": "Daily Perfomance Report",
                "type": "Custom",
                "options": "0",
                "havewidget": "75000",
                "access": "accessReportsCustom",
                "customize": "customizeReportsCustom"
            }
        ],
        "Affiliates": [],
        "Clients": [
            {
                "id": "75022",
                "name": "Actual account recurring prices",
                "displayname": "Actual account recurring prices",
                "type": "Clients",
                "options": "0",
                "havewidget": "",
                "access": "accessReportsClients",
                "customize": "customizeReportsClients"
            }
        ],
        "Invoices": [
            {
                "id": "75020",
                "name": "12 Months income forecast",
                "displayname": "12 Months income forecast",
                "type": "Invoices",
                "options": "1",
                "havewidget": "",
                "access": "accessReportsInvoices",
                "customize": "customizeReportsInvoices"
            }
        ],
        "Knowledgebase": [],
        "Orders": [],
        "Staff": [],
        "Support": [
            {
                "id": "75023",
                "name": "report.ticketclosetodeadline.php",
                "displayname": "Tickets Close to Deadline",
                "type": "Support",
                "options": "1",
                "havewidget": "",
                "access": "accessReportsSupport",
                "customize": "customizeReportsSupport"
            }
        ]
    },
    "success": true,
    "call": "getReports",
    "server_time": 1786438663
}
Last Updated: 8/24/2026, 2:38:55 PM