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": "8e28ec3e-2d7f-453f-8f19-264ba3f6b00a",
"ClientId": "f12da1fe-e45d-48e1-82df-2e098d7be823",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
},
{
"Id": "8e28ec3e-2d7f-453f-8f19-264ba3f6b00a",
"ClientId": "f12da1fe-e45d-48e1-82df-2e098d7be823",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemDashboard": true
}
]