# API: Get orderpages

# getOrderPages

Get list of defined orderpages

# Request

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

# PHP Samples

# Response

{
    "success": true,
    "categories": [
        {
            "id": "43",
            "name": "OnApp tests",
            "description": "",
            "visible": "1",
            "sort_order": "0",
            "template": "dedicated",
            "ctype": "wizard",
            "ptype": "onappcloud",
            "lptype": "onappcloud",
            "otype": "wizard_dedicated",
            "products": "7",
            "ptype_id": "9"
        },
        {
            "id": "6",
            "name": "Shared Hosting",
            "description": "",
            "visible": "1",
            "sort_order": "4",
            "template": "default",
            "ctype": "wizard",
            "ptype": "Shared",
            "lptype": "shared",
            "otype": "wizard_default",
            "products": "4",
            "ptype_id": "1"
        }
    ],
    "call": "getOrderPages",
    "server_time": 1317712828
}
Last Updated: 5/12/2023, 3:22:14 PM