GET classroomAPI/Content/getSelectedAvailableNewsAsSummary?CompanyID={CompanyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | integer |
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": "73cd313c-cdef-443f-af63-d6dac0064c36",
"Title": "sample string 1",
"SubTitle": "sample string 2",
"HeaderImageURL": "sample string 3",
"NewsType": 1,
"ChannelID": "71745ee8-57ca-480f-8322-7a9b68d05475",
"ChannelName": "sample string 4",
"PublishDate": "2026-04-05T05:11:42.4673907-04:00"
},
{
"NIIDPK": "73cd313c-cdef-443f-af63-d6dac0064c36",
"Title": "sample string 1",
"SubTitle": "sample string 2",
"HeaderImageURL": "sample string 3",
"NewsType": 1,
"ChannelID": "71745ee8-57ca-480f-8322-7a9b68d05475",
"ChannelName": "sample string 4",
"PublishDate": "2026-04-05T05:11:42.4673907-04: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>71745ee8-57ca-480f-8322-7a9b68d05475</ChannelID>
<ChannelName>sample string 4</ChannelName>
<HeaderImageURL>sample string 3</HeaderImageURL>
<NIIDPK>73cd313c-cdef-443f-af63-d6dac0064c36</NIIDPK>
<NewsType>1</NewsType>
<PublishDate>2026-04-05T05:11:42.4673907-04:00</PublishDate>
<SubTitle>sample string 2</SubTitle>
<Title>sample string 1</Title>
</ChannelNewsItemSummary>
<ChannelNewsItemSummary>
<ChannelID>71745ee8-57ca-480f-8322-7a9b68d05475</ChannelID>
<ChannelName>sample string 4</ChannelName>
<HeaderImageURL>sample string 3</HeaderImageURL>
<NIIDPK>73cd313c-cdef-443f-af63-d6dac0064c36</NIIDPK>
<NewsType>1</NewsType>
<PublishDate>2026-04-05T05:11:42.4673907-04:00</PublishDate>
<SubTitle>sample string 2</SubTitle>
<Title>sample string 1</Title>
</ChannelNewsItemSummary>
</ArrayOfChannelNewsItemSummary>