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 ChannelNewsItemSummaryName | 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": "a41f2387-e141-4678-91e9-e3405fd4b67e", "Title": "sample string 1", "SubTitle": "sample string 2", "HeaderImageURL": "sample string 3", "NewsType": 1, "ChannelID": "25520044-ba80-4d50-bf28-e91f873dc82f", "ChannelName": "sample string 4", "PublishDate": "2024-11-25T04:42:52.1525175-05:00" }, { "NIIDPK": "a41f2387-e141-4678-91e9-e3405fd4b67e", "Title": "sample string 1", "SubTitle": "sample string 2", "HeaderImageURL": "sample string 3", "NewsType": 1, "ChannelID": "25520044-ba80-4d50-bf28-e91f873dc82f", "ChannelName": "sample string 4", "PublishDate": "2024-11-25T04:42:52.1525175-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>25520044-ba80-4d50-bf28-e91f873dc82f</ChannelID> <ChannelName>sample string 4</ChannelName> <HeaderImageURL>sample string 3</HeaderImageURL> <NIIDPK>a41f2387-e141-4678-91e9-e3405fd4b67e</NIIDPK> <NewsType>1</NewsType> <PublishDate>2024-11-25T04:42:52.1525175-05:00</PublishDate> <SubTitle>sample string 2</SubTitle> <Title>sample string 1</Title> </ChannelNewsItemSummary> <ChannelNewsItemSummary> <ChannelID>25520044-ba80-4d50-bf28-e91f873dc82f</ChannelID> <ChannelName>sample string 4</ChannelName> <HeaderImageURL>sample string 3</HeaderImageURL> <NIIDPK>a41f2387-e141-4678-91e9-e3405fd4b67e</NIIDPK> <NewsType>1</NewsType> <PublishDate>2024-11-25T04:42:52.1525175-05:00</PublishDate> <SubTitle>sample string 2</SubTitle> <Title>sample string 1</Title> </ChannelNewsItemSummary> </ArrayOfChannelNewsItemSummary>