GET api/v2/DashBoards/{dashBoardId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dashBoardId | integer |
Required |
Response
DashBoardBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Active | boolean | ||
| AvailableOnHome | boolean | ||
| AvailableOnAccounts | boolean | ||
| AvailableOnWorks | boolean | ||
| AvailableOnOperationScreens | boolean | ||
| DashBoardType | DashBoardTypeBasic | ||
| MasterId | integer | ||
| Version | integer | ||
| LastVersion | boolean |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"AvailableOnHome": true,
"AvailableOnAccounts": true,
"AvailableOnWorks": true,
"AvailableOnOperationScreens": true,
"DashBoardType": {
"Id": 1,
"Identification": "sample string 2"
},
"MasterId": 8,
"Version": 9,
"LastVersion": true
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","Active":true,"AvailableOnHome":true,"AvailableOnAccounts":true,"AvailableOnWorks":true,"AvailableOnOperationScreens":true,"DashBoardType":{"Id":1,"Identification":"sample string 2"},"MasterId":8,"Version":9,"LastVersion":true}