Get List of User Backups

To view backups of a particular user, use the following request:

GET  /users/:user_id/backups.xml
GET  /users/:user_id/backups.json

XML Request Example

curl -i -X GET -H 'Accept: application/xml' -H 'Content-type: application/xml' -u user:userpass --url http://onapp.test/users/12/backups.json 

JSON Request Example

curl -i -X GET -H 'Accept: application/json' -H 'Content-type: application/json' -u user:userpass --url http://onapp.test/users/12/backups.json 

For output example and parameters description, refer to Get the List of VS Backups section.