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": "a7957c1a-9150-4b96-a525-9cb34c9f907e",
"ClientId": "e11dc9b0-ed31-44cf-acd2-d73fd543bb15",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
},
{
"Id": "a7957c1a-9150-4b96-a525-9cb34c9f907e",
"ClientId": "e11dc9b0-ed31-44cf-acd2-d73fd543bb15",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
}
]