Backup Data
Take a backup of a device by a given serial number.
-
iOS devices: Users need to enter the passcode to proceed with the backup.
-
Android devices: Follow the on-screen instructions to proceed with the backup.
Syntax: see Call Structure
Type = 'POST'
'http://localhost:43430/api/v1/backups/id/backup-user-data?tag=tag' |
Parameter | Description |
---|---|
id | This is a unique identifier returned from Get Devices |
tag | This is a tag specified by the user for the backup |
Returns:
{} |
Example
curl -X 'POST' \
'http://localhost:43430/api/v1/backups/2000008120-000E28E91A22201E/backup-user-data?tag=rt' \
-H 'accept: application/json' \
-d ''
Returns
{
"id": "00008120-000E28E91A22201E",
"code": 0,
"message": "Success"
}
Errors
If there is an error in the API method then a will be returned