GET api/Values/GetDSVideoTotalCountForDashboard/{userid}/{role}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| role | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDSVideoTotalCountForDashboard_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| udise | integer |
None. |
|
| totschool | integer |
None. |
|
| totstate | integer |
None. |
|
| totdevice | integer |
None. |
|
| totcountry | integer |
None. |
|
| totdistrict | integer |
None. |
|
| total_duration | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"udise": 1,
"totschool": 1,
"totstate": 1,
"totdevice": 1,
"totcountry": 1,
"totdistrict": 1,
"total_duration": "sample string 1"
},
{
"udise": 1,
"totschool": 1,
"totstate": 1,
"totdevice": 1,
"totcountry": 1,
"totdistrict": 1,
"total_duration": "sample string 1"
}
]