---
title: "Return single app's info from dynamicui.conf"
method: GET
path: "/Branding/get_application_information"
tags: ["Branding", "Application Information"]
---

# Return single app's info from dynamicui.conf

`GET /Branding/get_application_information`

This function retrieves an application's information from the `dynamicui.conf` file.

## Query parameters

- `app_key` string, required

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object
      - `feature` string — The application's feature name. The `app_key` parameter's value.
      - `file` string — The application's icon's filename.
      - `group` string — The application's group.
      - `height` integer — The application's icon's height, in pixels.
      - `if` string — Conditional arguments that determine whether to display the item, if any exist. Conditional arguments that determine whether to display the item. For example, $isreseller indicates that the item only displays for reseller accounts. For more information, read our Guide to cPanel Variables documentation.
      - `imgtype` 'icon' — The item's image type. `icon` is the only possible value.
      - `itemdesc` string — The application's display name.
      - `itemorder` integer — The application's order in the `dynamicui.conf` file representing the application's display order in cPanel's Home interface. For example, the first item on the cPanel Home interface has an `itemorder` value of `1`.
      - `module` string — The application's module. A valid module name.
      - `searchtext` string — One or more search terms. The application's icon will display when users enter these search terms in the Quick Find text box. A space-separated list of search terms.
      - `subtype` 'img' — The item's subtype. `img` is the only possible value .
      - `type` 'image' — The application's type. `image` is the only possible value.
      - `url` string — The location to which the application's icon links. A valid filepath or URL.
      - `width` integer — The application's icon's width representing an image width, in pixels.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
    - `status` 0 | 1 — - 1 - Success. - 0 - Failed. Check the `errors` field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running a API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/revisions/632e2f8e6d04/schema)
