Use this API to get the list of available Apps. If this request is successful, the server returns a response body that contains the App information.
The returned response will contain the important field called ‘API Name’, which represents the App name when call APIs.
URL
https://appxplatform.com/api/v2/app?token={0}[&format={1}] |
HTTP Method
GET
Request Body
Not required
Request Parameters
Parameter | Required | Description |
token | Yes | Access token |
format | Optional | Expected return format. The default is JSON. Values are JSON and XML. This parameter is optional. |
Example Request
https://appxplatform.com/api/v2/app?token=5c33446ac1c049049f9232cf296bdf10 |
Example Response
[ { "Name": "Customer", "API Name": "customer", "Type": "Main", "accessible": "false", "creatable": "false", "editable": "false", "deletable": "false", "Icon Url": "http://appxplatform.com/res/customer/images/ App-icons/a02bd462-8a9c-4ea5-b438-402d1017dd3b_48px.png", "Url": "/App/customer/home" }, { "Name": "Contact", "API Name": "contact", "Type": "Main", "accessible": "false", "creatable": "false", "editable": "false", "deletable": "false", "Icon Url": "http://appxplatform.com/theme/common/images/blank.gif", "Url": "/App/contact/home" }, ........... |
Last modified on Nov 26, 2025