NotificationFeed.getPosts (Method)

Returns the contents of one or more specified notification feeds. The 'showCategorized' and 'showUnreadOnly' arguments will be saved in the user's preferences.

Returns:

NotificationFeed_GetPosts_Results (query)

Each row of the returned query results has the following fields:

Field Name Type Description
Description PlainText_2000 The description of the notification feed.
ID NotificationFeedID The unique ID of the notification feed.
Name PlainText_255 The name of the notification feed.
PostDescription String The description of the notification feed post.
PostGUID PlainText The GUID of the notification feed post.
PostLink ValidURL_EmptyString The URL of the notification feed post.
PostTitle PlainText_255 The title of the notification feed post.
PublicationDate Datetime The date when the notification feed post was published.

Arguments:

Name Type Required Description
id NotificationFeedID_0 Optional. Defaults to '0'. The unique id of the notification feed, or 0 for all feeds.
showCategorized Boolean Optional. Defaults to '0'. Boolean flag which when set to true indicates that the results should be displayed categorized by notification feed, otherwise ordered by date.
showUnreadOnly Boolean Optional. Defaults to '1'. Boolean flag which when set to true indicates that only the unread notification feeds are returned, otherwise all feeds.

Context:

License Requirements (none)
Permission Requirements Contributor
Deny Context (none)
Require Context (none)
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None