Service: zimbraMail

Command: GetModifiedItemsIDs
Namespace: urn:zimbraMail
Description: Returns the IDs of all items modified since a given change number
Properties:
Authorization token required true
Admin Authorization token required false

GetModifiedItemsIDsRequest

    <GetModifiedItemsIDsRequest l="{root-folder-id} (Integer)" ms="{CHANGEDSINCE } (Integer)" /> ## GetModifiedItemsIDsRequest

elements and attributes you can define within a <GetModifiedItemsIDsRequest> element:

XPath Required / Optional Description
@l Required (only 1) Type: Integer
Root folder ID. If present, we start sync there rather than at folder 11
@ms Required (only 1) Type: Integer
mod-sequence value passed by IMAP client in CHANGEDSINCE modifier

GetModifiedItemsIDsResponse

    <GetModifiedItemsIDsResponse> ## GetModifiedItemsIDsResponse
        (<ids>{ids} (Integer)</ids>)*
    </GetModifiedItemsIDsResponse>

elements and attributes you can define within a <GetModifiedItemsIDsResponse> element:

XPath Required / Optional Description
/ids Optional (0 or more) Type: {ids} (Integer)
IDs of modified items