Request Structure
URL: /dashboard-widget-applicationview
Type: POST
| Param Type | Name | Description | Field Type | Constraints |
|---|---|---|---|---|
| Header |
sessionId
|
Session ID received after login. | String | Required if username and password are not provided. |
| Header |
username
|
AppViewX login username. | String | Required if sessionId is not provided. |
| Header |
password
|
AppViewX login password. | String | Required if sessionId is not provided. |
| Header |
Content-Type
|
Specifies the nature of the data in the payload. | String | Value of the param should be ‘application/json’ |
| Query |
gwkey
|
Tenant Key. Needed only in case of multi-tenant installations. |
String |
|
| Query |
gwsource
|
Source from which the request is triggered (Eg: web, external) | String | |
| Query |
dashboardName
|
Name of the dashboard in which a widget is to be created. If the given dashboard is not available a new dashboard will be created in the given name. | String | Mandatory. Accepts only '_', '-', ':', '.', '|'(Should not be empty and not start with special characters). |
| Body |
payload
|
Contains all the params to be sent in the request body for the put request. |
Key value pair |
- |
The input supports up to three hierarchical levels of groups.
group, subGroup1, subGroup2, subGroup3 are static keys.