public. Retrieve feed of new page creations
None
| Name | Type | Description |
| authenticate | bool? | Force authentication for request (default: false) |
| filter | string? | use "new" to include only newly created pages in the feed (default: all) |
| format | {all, daily, raw, rawdaily}? | Format for feed (default: daily) |
| language | string? | Filter results by language (default: all languages) |
| limit | int? | Number of changes to retrieve (default: 100) |
| namespace | string? | Filter results by namespace (default: all namespace) |
| 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 |
| Ok | 200 | The request completed successfully |
Output (Atom): Refer to http://www.w3.org/2005/Atom
Output (Digest/Raw):
<digest>
<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_this_oldid>{int}</rc_this_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_full_name>{text}</rc_full_name>
<rc_watched>{int}</rc_watched>
<rc_page_exists>{int}</rc_page_exists>
<rc_revision>{int}</rc_revision>
<cmnt_deleted>{int}</cmnt_deleted>
<old_is_hidden>{bool}</old_is_hidden>
</change>
...
</digest>
Atom and Digest formats retrieve a compressed summary of recent changes, whereas the Raw format lists each change individually.
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by