GET api/MobileApp/GetDashboardData/{id}?DealerId={DealerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DealerId | integer |
Required |
|
| id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Dashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalDevice | integer |
None. |
|
| TotalEmployees | integer |
None. |
|
| TotalOnlineDevice | integer |
None. |
|
| TotalOfflineDevice | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalDevice": 1,
"TotalEmployees": 2,
"TotalOnlineDevice": 3,
"TotalOfflineDevice": 4
}