public. Retrieve feed of user favorites changes
| Name | Type | Description |
| userid | string | either an integer user ID, "current", or "=" followed by a double uri-encoded user name |
| Name | Type | Description |
| authenticate | bool? | Force authentication for request (default: false) |
| format | {all, daily, raw, rawdaily}? | Format for feed (default: daily) |
| limit | int? | Number of changes to retrieve (default: 100) |
| offset | int? | Skipped changes (default: 0) |
| since | string? | Start date for changes. Date is provided in 'yyyyMMddHHmmss' format (default: ignored). |
| Name | Value | Description |
| BadRequest | 400 | Invalid input parameter or request body |
| Forbidden | 403 | Suscribe access to the page is required |
| NotFound | 404 | Requested user could not be found |
| Ok | 200 | The request completed successfully |
Output (Atom): Refer to http://www.w3.org/2005/Atom
Output (Digest/Raw):
<table>
<change>
<rc_id>{int}</rc_id>
<rc_comment>{text}</rc_comment>
<rc_cur_id>{int}</rc_cur_id>
<rc_last_oldid>{int}</rc_last_oldid>
<rc_namespace>{int}</rc_namespace>
<rc_timestamp>{date}</rc_timestamp>
<rc_title>{text}</rc_title>
<rc_type>{int}</rc_type>
<rc_moved_to_ns>{int}</rc_moved_to_ns>
<rc_moved_to_title>{text}</rc_moved_to_title>
<rc_user_name>{text}</rc_user_name>
<rc_watched>{int}</rc_watched>
<rc_page_exists>{int}</rc_page_exists>
<edit_count>{int}</edit_count>
</change>
...
</table>
Whenever a user requests to watch a page, it is added into their favorites.
Atom and Digest formats retrieve a compressed summary of page changes, whereas the Raw format lists each change individually.
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by