GET api/Values/SubjectWiseVideocount?stdname={stdname}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stdname | string |
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
}
]
}