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
| name | data type | description |
|---|---|---|
| snapshot | array of number |
Example
{
"snapshot" : [ 12345, 12345 ]
}