GET api/Values/StandardsWiseVideocount
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Listofvideocount| Name | Description | Type | Additional information |
|---|---|---|---|
| standardName | Collection of StandardList |
None. |
|
| subjectName | Collection of subjectlist |
None. |
Response Formats
application/json, text/json
Sample:
{
"standardName": [
{
"Standardname": "sample string 1",
"VideoCount": 2
},
{
"Standardname": "sample string 1",
"VideoCount": 2
}
],
"subjectName": [
{
"Subjectname": "sample string 1",
"VideoCount": 2
},
{
"Subjectname": "sample string 1",
"VideoCount": 2
}
]
}