GET api/Values/SubjectWiseVideocount?stdname={stdname}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stdname

string

None.

Body Parameters

None.

Response Information

Resource Description

Listofvideocount
NameDescriptionTypeAdditional 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
    }
  ]
}