StatusFetchUpdateID Interface Reference

Fetch the current update id - a numeric identifier that changes each time the document returned by /status/fetch changes. This API can be polled periodically to detect such changes and reflect them in some way. More...


Detailed Description

Fetch the current update id - a numeric identifier that changes each time the document returned by /status/fetch changes. This API can be polled periodically to detect such changes and reflect them in some way.

Path: /status/fetchupdateid

Returns:
An XML document with the current update id
Remarks:
This API is not intended for tracking the history of all changes to the result of /status/xml, but rather to keep the current result, if mirrored by the caller, up to date.

Examples:

	<response status="success" message="">101</response>