Part 3. Cloud API: APP Service APIs

Other APP Service API Endpoints

Click an API endpoint to expand/collapse its content.
PUT/restore/:datalandmark_id
Purpose: Recovers deleted recorded videos or photos.
Request Method
PUT
Changelog
Aug 21, 2017
Permission
Must verify that the app_id and app_key of the Header belongs to the App to take further actions.
Request Parameters
Need Parameter Type Description
Required datalandmark_id String The ID number of DeviceData.
Return Values (JSON)
Fields Type Description
time_used Integer The time the request takes (time unit: millisecond).
datalandmark_id String The ID number of DeviceData.
Sample Response
Sample response when a request has succeeded:
{
  "time_used": 752,
  "datalandmark_id": "c92be72d-40fc-462f-ae52-9e997e514277"
}
Unique Error Message of this API
HTTP Status Code Error Message Description
400 INVALID_DATALANDMARK_ID datalandmark_id does not exist.

▲ Top