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": "9d036b66-c650-477f-96dc-ea1c6b5afe45",
"ClientId": "36ec4e19-b290-4de4-ab3e-3ae92c53f13f",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
},
{
"Id": "9d036b66-c650-477f-96dc-ea1c6b5afe45",
"ClientId": "36ec4e19-b290-4de4-ab3e-3ae92c53f13f",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
}
]