GET api/Altig24/GetAllAltigVideos?channelid={channelid}&isNewVisitor={isNewVisitor}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| channelid | integer |
Required |
|
| isNewVisitor | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
AltigChannelModelDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SecondToStart | integer |
None. |
|
| VideoToStart | integer |
None. |
|
| ComingUpNext | string |
None. |
|
| Error | string |
None. |
|
| Videos | Collection of AltigTvChannelsVideoDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"SecondToStart": 1,
"VideoToStart": 2,
"ComingUpNext": "sample string 3",
"Error": "sample string 4",
"Videos": [
{
"AltigChannelId": 1,
"ChangedBy": 1,
"ChangedDate": "2026-02-03T18:30:17.4060982-08:00",
"CreateDate": "2026-02-03T18:30:17.4060982-08: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": "2026-02-03T18:30:17.4060982-08:00",
"CreateDate": "2026-02-03T18:30:17.4060982-08: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
}
]
}