GET api/AdminDashboardStats/GetAltig24x7ChannelVideoDashoardStats

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AltigTV24x7StatsDTO
NameDescriptionTypeAdditional information
AltigTV24x7VideosStats

Collection of AltigTV24x7VideosStatsDTO

None.

AltigTV24x7ChannelStats

Collection of AltigTV24x7ChannelStatsDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "AltigTV24x7VideosStats": [
    {
      "AltigTV24x7VideosCount": 1,
      "Disabled": true
    },
    {
      "AltigTV24x7VideosCount": 1,
      "Disabled": true
    }
  ],
  "AltigTV24x7ChannelStats": [
    {
      "AltigTV24x7ChannelCount": 1,
      "Disabled": true
    },
    {
      "AltigTV24x7ChannelCount": 1,
      "Disabled": true
    }
  ]
}