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": "cfee5799-76df-4c97-8394-c060ba46edb1",
"ClientId": "9c7eabf1-ae33-45da-81c6-f6b7433aaa4f",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
},
{
"Id": "cfee5799-76df-4c97-8394-c060ba46edb1",
"ClientId": "9c7eabf1-ae33-45da-81c6-f6b7433aaa4f",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
}
]