Get all status messages 

Get a feed that lists all of the status messages that have been posted by people in your organization.

Table 1. Atom API request details

Resource Description
/atom/mv/theboard/entries/all.do Gets a feed that lists all of the status messages that have posted by people in your organization.

Use one or more of the input parameters to narrow the search. Separate multiple parameters with an ampersand (&).

Note: All search parameters support the use of the wildcards percent sign (%) or asterisk (*). Use % to match any single character; encode it correctly using %25. Use * to match zero or more characters.

Table 2. Input parameters

Parameter Description
comments Specifies whether to include comments associated with the status message. The options are:
all

    Includes the first, second-to-last, and last comment associated with an entry. The comments are represented as top-level entries. For example:

      <feed>
        <entry>
        <entry *a comment*>
      </feed>

inline

    Includes the first, second-to-last, and last comment associated with an entry. The comments are represented as entries within a comments element. For example:

      <feed>
        <entry>
          <comments>
            <entry *a comment*>
          </comments>
        </entry>
      </feed>

none

    Includes none of the comments.

ps Page size. Specifies the number of entries to return per page.
since Includes in the resulting feed all entries published after a specified date. Specify the date using a date-time value that conforms to RFC3339. In addition, an uppercase "T" character must be used to separate date and time, and an uppercase "Z" character must be present in the absence of a numeric time zone offset. For example: 2009-01-04T20:32:31.171Z. You must use the sinceEntryId parameter with this parameter.
sinceEntryId Includes in the resulting feed all entries published after a specified entry, which is specified by ID. An ID is specified for each entry in the board feed. You must use the since parameter with this parameter.
sortBy Defines the order in which to display the entries in the returned feed. The option are:
lastMod

    Sorts the status messages by the date on which they were last modified.

published

    Sorts the status messages by the date on which they were published.

Use with the sortOrder parameter to specify which to show first: the most recent or oldest.

sortOrder Specifies the order in which to list the feed entries. The options are:
asc

    Displays the entries in ascending order.

desc

    Displays the entries in descending order.


Parent topic

Getting Profiles feeds

Related reference
Retrieve status messages
Status content


   

 

});

+

Search Tips   |   Advanced Search