-
Notifications
You must be signed in to change notification settings - Fork 6
REST API
Upload a new or existing object where {Id} is the identifier of the object.
http://{URL}/upload/{Id}
As return value you will get the hash value for the uploaded Object.
Resolves the Blockchain with all hashed values and returns the full object in JSON Format.
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}