The following request packet retrieves a list of local backups for client account MyAccount:
<packet version="1.6.0.0">
<backup-manager>
<get-local-backup-list>
<client-login>MyAccount</client-login>
</get-local-backup-list>
</backup-manager>
</packet>
The following request packet retrieves a list of local backups for the domain account with ID 7:
<packet version="1.6.0.0">
<backup-manager>
<get-local-backup-list>
<domain-id>7</domain-id>
</get-local-backup-list>
</backup-manager>
</packet>