GET api/Altig24/GetAltigTvChannelsWithVideo?isGetDisableRecord={isGetDisableRecord}&channelId={channelId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
isGetDisableRecord

boolean

Required

channelId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AltigTvChannelsDTO
NameDescriptionTypeAdditional information
ChannelDescription

string

None.

ChannelName

string

None.

CreatedDate

date

None.

Disabled

boolean

None.

Id

integer

None.

PortalChannelId

integer

None.

ChannelsVideos

Collection of AltigTvChannelsVideoDTO

None.

IsNameEdit

boolean

None.

IsDisable

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ChannelDescription": "sample string 1",
    "ChannelName": "sample string 2",
    "CreatedDate": "2025-10-14T04:51:21.714035-07:00",
    "Disabled": true,
    "Id": 3,
    "PortalChannelId": 1,
    "ChannelsVideos": [
      {
        "AltigChannelId": 1,
        "ChangedBy": 1,
        "ChangedDate": "2025-10-14T04:51:21.714035-07:00",
        "CreateDate": "2025-10-14T04:51:21.714035-07:00",
        "CreatedBy": 1,
        "Description": "sample string 2",
        "Disable": true,
        "DurationInSeconds": 3,
        "Extension": "sample string 4",
        "FileName": "sample string 5",
        "Id": 6,
        "S3Name": "sample string 7",
        "Size": 8.0,
        "SortId": 1,
        "Src": "sample string 9",
        "Duration": "sample string 10",
        "VideoPath": "sample string 11",
        "Views": 12
      },
      {
        "AltigChannelId": 1,
        "ChangedBy": 1,
        "ChangedDate": "2025-10-14T04:51:21.714035-07:00",
        "CreateDate": "2025-10-14T04:51:21.714035-07:00",
        "CreatedBy": 1,
        "Description": "sample string 2",
        "Disable": true,
        "DurationInSeconds": 3,
        "Extension": "sample string 4",
        "FileName": "sample string 5",
        "Id": 6,
        "S3Name": "sample string 7",
        "Size": 8.0,
        "SortId": 1,
        "Src": "sample string 9",
        "Duration": "sample string 10",
        "VideoPath": "sample string 11",
        "Views": 12
      }
    ],
    "IsNameEdit": true,
    "IsDisable": true
  },
  {
    "ChannelDescription": "sample string 1",
    "ChannelName": "sample string 2",
    "CreatedDate": "2025-10-14T04:51:21.714035-07:00",
    "Disabled": true,
    "Id": 3,
    "PortalChannelId": 1,
    "ChannelsVideos": [
      {
        "AltigChannelId": 1,
        "ChangedBy": 1,
        "ChangedDate": "2025-10-14T04:51:21.714035-07:00",
        "CreateDate": "2025-10-14T04:51:21.714035-07:00",
        "CreatedBy": 1,
        "Description": "sample string 2",
        "Disable": true,
        "DurationInSeconds": 3,
        "Extension": "sample string 4",
        "FileName": "sample string 5",
        "Id": 6,
        "S3Name": "sample string 7",
        "Size": 8.0,
        "SortId": 1,
        "Src": "sample string 9",
        "Duration": "sample string 10",
        "VideoPath": "sample string 11",
        "Views": 12
      },
      {
        "AltigChannelId": 1,
        "ChangedBy": 1,
        "ChangedDate": "2025-10-14T04:51:21.714035-07:00",
        "CreateDate": "2025-10-14T04:51:21.714035-07:00",
        "CreatedBy": 1,
        "Description": "sample string 2",
        "Disable": true,
        "DurationInSeconds": 3,
        "Extension": "sample string 4",
        "FileName": "sample string 5",
        "Id": 6,
        "S3Name": "sample string 7",
        "Size": 8.0,
        "SortId": 1,
        "Src": "sample string 9",
        "Duration": "sample string 10",
        "VideoPath": "sample string 11",
        "Views": 12
      }
    ],
    "IsNameEdit": true,
    "IsDisable": true
  }
]