GET api/SystemUser/{ClientId}/{UserId}/Dashboards
Get dashboards available for specific user by userid
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| UserId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Dashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| FormNo | integer |
None. |
|
| XMLDefinition | string |
None. |
|
| DataSourceType | string |
None. |
|
| IsSystemDashboard | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "667deb02-4095-4247-9cc6-66ed0e0f57a8",
"ClientId": "15d59514-5b79-4f47-b9cd-3b13629228b1",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
},
{
"Id": "667deb02-4095-4247-9cc6-66ed0e0f57a8",
"ClientId": "15d59514-5b79-4f47-b9cd-3b13629228b1",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
}
]