GET api/GetWebContentProgramList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProgramDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProgramId | integer |
None. |
|
| ProgramName | string |
None. |
|
| ProgramDesc | string |
None. |
|
| ProgramCaption | Collection of byte |
None. |
|
| imgUrl | string |
None. |
|
| videoUrl | string |
None. |
|
| ImageFileId | string |
None. |
|
| VideoFileId | string |
None. |
|
| ProgramVideo | string |
None. |
|
| ProgramTag | string |
None. |
|
| IsWebContent | boolean |
None. |
|
| TeacherId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| TeacherFName | string |
None. |
|
| TeacherLName | string |
None. |
|
| TeacherImagePath | Collection of byte |
None. |
|
| IsActive | boolean |
None. |
|
| IsFavourite | boolean |
None. |
|
| FavouriteId | integer |
None. |
|
| Delete | boolean |
None. |
|
| IsPersonalize | boolean |
None. |
|
| LastModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ProgramId": 1,
"ProgramName": "sample string 2",
"ProgramDesc": "sample string 3",
"ProgramCaption": "QEA=",
"imgUrl": "sample string 4",
"videoUrl": "sample string 5",
"ImageFileId": "sample string 6",
"VideoFileId": "sample string 7",
"ProgramVideo": "sample string 8",
"ProgramTag": "sample string 9",
"IsWebContent": true,
"TeacherId": 11,
"CategoryId": 12,
"TeacherFName": "sample string 13",
"TeacherLName": "sample string 14",
"TeacherImagePath": "QEA=",
"IsActive": true,
"IsFavourite": true,
"FavouriteId": 17,
"Delete": true,
"IsPersonalize": true,
"LastModifiedDate": "2025-12-05T19:33:20.7796779-08:00"
},
{
"$ref": "1"
}
]