How Can We Help?
This section describes the usage of Query APIs to get information on an application in HEAL.
Details for All Applications
To get details of all the Applications for a specific account, use the ‘applications’ Query API as follows:
 API Name – applications
 Format – GET /config/accounts/{accountId}/applications
 Input Parameter
| Type | Name | Description | Schema | Mandatory / Optional | 
| Path | accountId | ID or Identifier of an Account | string | Mandatory | 
Output Parameters
 Output Type: CSV
- Application ID – Unique ID of an application
 - Application Name – Name of an application
 
Sample Input
Details for an Application
To get details of a specific application for an account, use the ‘applications’ Query API as follows:
 API Name – applications
 Format – GET /config/accounts/{accountId}/applications/{applicationId}
Input Parameter
| Type | Name | Description | Schema | Mandatory / Optional | 
| Path | accountId | ID or Identifier of an Account | string | Mandatory | 
| Path | applicationId | ID or Identifier of an Application | string | Mandatory | 
Output Parameters
 Output Type: CSV
- Application Id – Unique Id of an application
 - Application Name – Name of an application
 
Sample Input