Home

 

Searching the Completed view

Search for a set of completed activities that match a specific criteria.


Atom API request details

Resource Description
service/atom2/completed A feed of completed activities.

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


Input parameters

Parameter Description
email Internet e-mail address. Specifies that you want to search for activities that you have in common with the user you specify by e-mail address.Format the HTTP request using the proper URL encoding. For example, the encoded form of the @ symbol is %40 as in:

    adam_eventide%40garden.com
    

Do not use this parameter if Lotus Connections is configured to prevent e-mail addresses from being displayed. It will return an error. Use the userid parameter instead.

nodetype Filters the search results by type. Options are:

  • activity

  • bookmark (for backwards compatibility)

  • chat

  • comment (for backwards compatibility)

  • community_activity

  • email

  • entry

  • entrytemplate: Returns all entry templates associated with the activity.

  • file (for backwards compatibility)

  • reply

  • section

  • todo

page Page number. Specifies the page to be returned. Default is 1.
priority Priority level of the activity. Options are:

    medium

    Returns activities identified as having a medium priority.

    mediumOrHigh

    Returns activities identified as having a high or medium priority.

    high

    Returns activities identified as having a high priority.

ps Page size. Specify the number of entries to return per page.
public Specifies whether to include public activities in the search. Options are:

search Well-formed full text search query. Performs a text search on activity titles and descriptions.
since Returns all entries last modified since a specified date. Specify the date in the number of milliseconds since January 1, 1970, 00:00:00 GMT time.
sortfields Order in which to sort the results. Options are:

    lastmod

    Sorts the results by last modified date.

    name

    Sorts the results by entry name.

    createdby

    Sorts the results by author name.

sortorder Defines the order in which to sort the results. Options are: :

    0

    Ascending. This value is the default value.

    1

    Descending.

Use with the sortfield parameter. For example, if you want to display the results by most recently modified, specify:

    sortfields=lastmod&sortorder=0
    

tag Returns activities with the specified tag. Search by one tag at a time.
templates Specifies whether to include templates in the search. Options are:

    no

    Does not include templates in the search.

    only

    Searches only templates.

    yes

    Includes templates in the search.

userid Unique ID that represents a specific person.

 

Example

To search for all completed activities, send the following HTTP request:

The HTTP response would look as follows:

The following content is returned by the server:


Get Activities feeds


+

Search Tips   |   Advanced Search