-
Notifications
You must be signed in to change notification settings - Fork 6
REST API
Roger Zander edited this page Dec 4, 2017
·
24 revisions
http://{URL}/upload/{Id}
http://{URL}/full?id={Id}[&index={revision}]
http://{URL}/full?{lookupId}={LookupValue}[&index={revision}]
Example:
http://server/full?%23Name=NUC1&index=1
http://{URL}/diff?id={Id}[&index={revision}]
http://{URL}/diff?{lookupId}={LookupValue}[&index={revision}]
Example:
http://server/diff?%23Name=NUC1&index=1
http://{URL}/query?OS.Caption,OS.Version&$select=%23Name,_inventoryDate
http://{URL}/queryAll?OS.Caption,OS.Version&$select=%23Name,_inventoryDate
http://{URL}/search?{free text}&$select=%23Name
Get all index,timestamp and hashid for a specific device.
http://{URL}/history?id={Id}[&index={revision}]
http://{URL}/history?{lookupId}={LookupValue}