Home

 

Searching the My Communities view

Search for communities of which the authenticated user is a member and that match a specific criteria.


Atom API request details

Resource Description
service/atom/communities/my A feed of communities of which the authenticated user is a member.

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


Input parameters

Parameter Description
asc Specifies whether the results should be displayed in ascending order. Options are true or false.
email Internet e-mail address. Search for communities of which the user you specify by e-mail address is a member.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. Use the userid parameter instead.

page Page number. Specifies the page to be returned. Default is 1.
ps Page size. Specify the number of entries to return per page.
search Well-formed full text search query. Performs a text search on community titles and descriptions.
since Includes in the resulting feed all communities updated after a specified date. Specify the date using a date-time value that conforms to RFC3339. Use an upper case "T" to separate the date and time, and an uppercase "Z" in the absence of a numeric time zone offset. For example: 2009-01-04T20:32:31.171Z.
sortField Order in which to sort the results. Options are:

  • lastmod – Sorts the results by last modified date.

  • name – Sorts the results by entry name.

  • count – Sorts the results by relevance.

tag Returns communities with the specified tag. Search by one tag at a time.
userid Unique ID that represents a specific person.

 

Example

To search for all communities in the My Communities view, send the following HTTP request:

The HTTP response would look as follows:

The following content is returned by the server:


Get Communities feeds


+

Search Tips   |   Advanced Search