Get Snapshot Push between Dates
GET/snapshots/snapshot-status/:snapshotId
Get list of sub-accounts snapshot pushed in time period
Request
Version stringrequired
API Version
Available options
v3snapshotId stringrequired
companyId stringrequired
from stringrequired
Only accepts ISO 8601 format
to stringrequired
Only accepts ISO 8601 format
lastDoc stringrequired
Id for last document till what you want to skip
limit string
Limit of documents to return. Default is 20
Successful response
- application/json
- Schema
- Example (auto)
Schema
dataobject[]
{
"data": [
{
"id": "1eM2UgkfaECOYyUdCo9Pa",
"locationId": "BrKClvyvdxhJ9Mxz2pzQ",
"status": "processing",
"dateAdded": "10/28/2022, 6:24:54 PM"
}
]
}