Get Last Snapshot Push
GET/snapshots/snapshot-status/:snapshotId/location/:locationId
Get Latest Snapshot Push Status for a location id
Request
Version stringrequired
API Version
Available options
v3snapshotId stringrequired
locationId stringrequired
companyId stringrequired
Successful response
- application/json
- Schema
- Example (auto)
Schema
dataobject
{
"data": {
"id": "1eM2UgkfaECOYyUdCo9Pa",
"locationId": "BrKClvyvdxhJ9Mxz2pzQ",
"status": "processing",
"completed": "['forms', 'surveys', 'funnels', 'workflows']",
"pending": "['custom_fields','custom_values','tags']"
}
}