This function retrieves an application's information from the dynamicui.conf
file.
app_key required | string The application's feature name. This value must match a feature's Example: app_key=boxtrapper |
uapi --output=jsonpretty \ --user=username \ Branding \ get_application_information \ app_key='boxtrapper'
{- "apiversion": 3,
- "func": "get_application_information",
- "module": "Branding",
- "result": {
- "data": {
- "feature": "boxtrapper",
- "file": "boxtrapper",
- "group": "mail",
- "height": 32,
- "if": "$hasboxtrapper",
- "imgtype": "icon",
- "itemdesc": "BoxTrapper",
- "itemorder": 3,
- "module": "BoxTrapper",
- "searchtext": "boxtrapper",
- "subtype": "img",
- "type": "image",
- "url": "mail/boxtrapper.html",
- "width": 35
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}