Home

 

Get a feed of a person's wikis

Get a feed that lists all of the wikis of which the authenticated user is a member. This returns a feed of wikis of which the authenticated user is a member.


Atom API request details

Resource Description
/basic/api/mywikis/feed A feed of all wikis that the authenticated user is a member of.

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


Input parameters

Parameter Description
includeTags Specifies whether or not the tags that are displayed on the wiki welcome page are included in the returned Atom document. This parameter takes a Boolean value of either true or false. By default, the tags are not returned.
page Page number. Specifies the page to be returned. The default value is 1.
pageSize Page size. Specify the number of entries to return per page.
sI Start index. Number. Specifies the start index in the collection from which the results should be returned. This parameter is ignored if a page parameter is provided.
sortBy String. Specifies what to sort the returned entries by. Options are:

    created

    Organize the entries by wiki creation date.

    modified

    Organize the entries by last modified date.

    published

    Organize the entries by the publication date.

    title

    Organize the entries by title. The title is specified in the <title> element of the entry.

    published

    Organize the entries by the date they were updated.

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

    asc

    Ascending.

    dsc

    Descending. This value is the default value.

 

Example

To get a feed of all the wikis that the authenticated user is a member of, send the following HTTP request:

The HTTP response would look as follows:<