Restore Backup

Restore a backup to a device by a given serial number and tag defined by the Backup Data endpoint

Syntax: see Call Structure

Type = 'POST'

'http://localhost:43430/api/v1/backups/id/backup?tag=tag'

Parameter Description
id This is a unique identifier returned from Get Devices
tag This is the tag specified by the user for the backup
Returns:

{

"result": {

"id": "id",

"code": 0,

"message": "Success"

}

}

Parameter Description
id This is a unique identifier returned from Get Devices
Example
curl -X 'POST' \
  'http://localhost:43430/api/v1/backups/000008120-000E28E91A22201E/restore-user-data?tag=test' \
  -H 'accept: application/json' \
Returns
{
  "id": "00008120-000E28E91A22201E",
  "code": 0,
  "message": "Success"
}
Errors

If there is an error in the API method then a will be returned