Skip to main content
Download synced data
curl --request POST \
  --url https://api.example.com/sync/download \
  --header 'Content-Type: application/json' \
  --data '{
  "hours": 123
}'
{
  "success": true,
  "blobs_downloaded": 123,
  "records_imported": 123
}

Body

application/json

Request to download data from other devices.

hours
integer
required

Response

200 - application/json

OK

Response from download operation.

success
boolean
required
blobs_downloaded
integer
required
records_imported
integer
required