| GET | /AssetDashboard/{ID} | Get Asset bundle by Dashboard ID |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | path | string | Yes | User Internal ID of User |
| ID | path | string | Yes | AssetDashboard ID |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Uuid | body | Guid | No | |
| AssetBundleID | body | string | No | |
| Name | body | string | No | |
| Description | body | string | No | |
| Tag | body | string | No | |
| Owner | body | string | No | |
| RefreshInterval | body | int | No | |
| DashboardRefreshInterval | body | int | No | |
| CreatedBy | body | string | No | |
| ModifiedBy | body | string | No | |
| CreatedDate | body | DateTime? | No | |
| ModifiedDate | body | DateTime? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/GetAssetDashboard HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: application/json
Content-Length: length
{"UserID":"String","ID":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"AssetBundleID":"String","Name":"String","Description":"String","Tag":"String","Owner":"String","RefreshInterval":0,"DashboardRefreshInterval":0,"CreatedBy":"String","ModifiedBy":"String","CreatedDate":"\/Date(-62135596800000-0000)\/","ModifiedDate":"\/Date(-62135596800000-0000)\/"}