# API: Get Apps list
# getAppGroups
Get list of apps/app groups defined in system (From Settings->Apps)
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getAppGroups
# PHP Samples
# Response
{
"success": true,
"servers": [
{
"id": "1",
"name": "OnApp Server",
"module": "5",
"modulename": "OnAPP",
"servers": "4"
},
{
"id": "2",
"name": "cPanel",
"module": "9",
"modulename": "Cpanel",
"servers": "1"
},
{
"id": "3",
"name": "directadmin.com",
"module": "10",
"modulename": "DirectAdmin",
"servers": "1"
}
],
"call": "getAppGroups",
"server_time": 1317712718
}