Methods
(1) CreateChannel
Request
Response
| Type | Name |
|---|
| Uint32 | newsChannelID |
(2) DeleteChannel
Request
| Type | Name |
|---|
| Uint32 | newsChannelID |
Response
This method does not return anything.
(3) DeleteChannels
Request
| Type | Name |
|---|
| List<Uint32> | newsChannelIDs |
Response
This method does not return anything.
(4) GetChannels
Request
| Type | Name |
|---|
| ResultRange | resultRange |
Response
(5) GetChannelsByTypes
Request
| Type | Name |
|---|
| List<string> | newsChannelTypes |
| ResultRange | resultRange |
Response
(6) GetChannelsByIDs
Request
| Type | Name |
|---|
| List<Uint32> | newsChannelIDs |
Response
(7) UpdateChannel
Request
Response
This method does not return anything.
(8) GetNewsFeedLinks
Request
| Type | Name |
|---|
| List<Uint32> | newsChannelIDs |
Response
(9) GetNumberOfNewsFeedLinks
Request
| Type | Name |
|---|
| List<Uint32> | newsChannelIDs |
Response
| Type | Name |
|---|
| Uint32 | numberOfNewsFeedLinks |
(10) LinkNewsFeed
Request
Response
| Type | Name |
|---|
| Uint32 | newsFeedLinkID |
(11) UnlinkNewsFeeds
Request
| Type | Name |
|---|
| List<Uint32> | newsFeedLinkIDs |
Response
This method does not return anything.
(12) DeleteNewsMessages
Request
| Type | Name |
|---|
| List<Uint32> | newsMessageIDs |
Response
This method does not return anything.
(13) DeleteNewsMessagesByRecipient
Request
Response
This method does not return anything.
Request
Response
| Type | Name |
|---|
| List<NewsHeader> | newsHeaders |
(15) GetNewsMessages
Request
| Type | Name |
|---|
| List<Uint32> | newsMessageIDs |
Response
| Type | Name |
|---|
| List<NewsMessage> | newsMessages |
(16) GetNumberOfNews
Request
Response
| Type | Name |
|---|
| Uint32 | numberOfNews |
(17) PublishNews
Request
Response
(18) UpdateNewsFeedLink
Request
Response
This method does not return anything.
(19) SingleNewsFeedParsingJob
Request
This method does not take any parameters.
Response
This method does not return anything.
(20) MultipleNewsFeedParsingJob
Request
This method does not take any parameters.
Response
This method does not return anything.
(21) NewsMessageCleaningJob
Request
This method does not take any parameters.
Response
This method does not return anything.
(22) NewsChannelCleaningJob
Request
This method does not take any parameters.
Response
This method does not return anything.
Request
| Type | Name |
|---|
| String | name |
| Uint32 | feedTemplateID |
Response
This method does not return anything.
(24) GetDateTimeDelta
Request
Response
(25) AddDateTime
Request
| Type | Name |
|---|
| DateTime | dt1 |
| int32 | years |
| int32 | months |
| int32 | days |
| int32 | hours |
| int32 | minutes |
| int32 | seconds |
Response
(26) GetLocalDateTime
Request
This method does not take any parameters.
Response
(27) GetSystemDateTime
Request
This method does not take any parameters.
Response
Types
This structure inherits from NewsHeader
| Type | Name |
|---|
| Uint32 | m_recipientID |
| Uint32 | m_recipientType |
| Type | Name |
|---|
| Uint32 | m_ID |
| Uint32 | m_newsChannelID |
| String | m_URL |
| String | m_description |
| DateTime | m_feedUpdatedParseTime |
| DateTime | m_lastUpdatedTime |
| DateTime | m_nextRefreshTime |
| Uint32 | m_refreshElapsedTimeMilliseconds |
| Uint32 | m_refreshPeriodSeconds |
| bool | m_refreshEnabled |
| Uint32 | m_refreshMethod |
| DateTime | m_newestMessageTime |
| Uint32 | m_messageAdded |