SnapshotIdsResult Data Type

SnapshotIdsResult is a container for a list of Snapshot Ids returned by a getDeviceSnapshots call. It contains the list of requested Snapshot Ids returned as Long

Properties
name data type description
snapshot array of number

Example

{
  "snapshot" : [ 12345, 12345 ]
}