Get Snapshots
GET/snapshots/
Get a list of all own and imported Snapshots
Request
Version stringrequired
API Version
Available options
v3companyId stringrequired
Company Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
snapshotsobject[]
{
"snapshots": [
{
"id": "1eM2UgkfaECOYyUdCo9Pa",
"name": "Martial Arts Snapshot",
"type": "own"
}
]
}