Reference Guide

For example, if the device listing was retrieved by an OpenManage Essentials REST consumer at time t1
and the consumer needs to get information about the devices that were added or modified or deleted at
time t2 where t2 > t1, then the consumer, using the AddedOrUpdatedTimestamp and DeletedTimestamp
obtained from the last call at t1, can get a list of only the changed and deleted devices using the following
REST API:
<BASE_URI>/Devices/{AddedOrUpdatedTimestamp}&{DeletedTimestamp}
Figure 2 Retrieving changed and deleted devices
2.2.2 Changed Device Information
The changed device information can be obtained by the following REST API:
<BASE_URI>/Devices/{AddedOrUpdatedTimestamp}&{DeletedTimestamp}
The values of the AddedOrUpdatedTimestamp and DeletedTimestamp would have been obtained by a
previous call to the <BASE_URI>/Devices REST API.
19 REST API Guide OpenManage Essentials | Revision A02