GET classroomAPI/Content/getSelectedAvailableChannelNewsAsSumary?companyID={companyID}&channelID={channelID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyID | integer |
Required |
|
| channelID | globally unique identifier |
Required |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ChannelNewsItemSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| NIIDPK | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| SubTitle | string |
None. |
|
| HeaderImageURL | string |
None. |
|
| NewsType | integer |
None. |
|
| ChannelID | globally unique identifier |
None. |
|
| ChannelName | string |
None. |
|
| PublishDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NIIDPK": "43d3b10a-8590-41a3-a488-f9e765ece35c",
"Title": "sample string 1",
"SubTitle": "sample string 2",
"HeaderImageURL": "sample string 3",
"NewsType": 1,
"ChannelID": "e24a53fd-acbe-44dd-bf73-a3bfcbf16221",
"ChannelName": "sample string 4",
"PublishDate": "2025-11-08T11:32:22.2365851-05:00"
},
{
"NIIDPK": "43d3b10a-8590-41a3-a488-f9e765ece35c",
"Title": "sample string 1",
"SubTitle": "sample string 2",
"HeaderImageURL": "sample string 3",
"NewsType": 1,
"ChannelID": "e24a53fd-acbe-44dd-bf73-a3bfcbf16221",
"ChannelName": "sample string 4",
"PublishDate": "2025-11-08T11:32:22.2365851-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfChannelNewsItemSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL">
<ChannelNewsItemSummary>
<ChannelID>e24a53fd-acbe-44dd-bf73-a3bfcbf16221</ChannelID>
<ChannelName>sample string 4</ChannelName>
<HeaderImageURL>sample string 3</HeaderImageURL>
<NIIDPK>43d3b10a-8590-41a3-a488-f9e765ece35c</NIIDPK>
<NewsType>1</NewsType>
<PublishDate>2025-11-08T11:32:22.2365851-05:00</PublishDate>
<SubTitle>sample string 2</SubTitle>
<Title>sample string 1</Title>
</ChannelNewsItemSummary>
<ChannelNewsItemSummary>
<ChannelID>e24a53fd-acbe-44dd-bf73-a3bfcbf16221</ChannelID>
<ChannelName>sample string 4</ChannelName>
<HeaderImageURL>sample string 3</HeaderImageURL>
<NIIDPK>43d3b10a-8590-41a3-a488-f9e765ece35c</NIIDPK>
<NewsType>1</NewsType>
<PublishDate>2025-11-08T11:32:22.2365851-05:00</PublishDate>
<SubTitle>sample string 2</SubTitle>
<Title>sample string 1</Title>
</ChannelNewsItemSummary>
</ArrayOfChannelNewsItemSummary>