GET Method
The HTTP GET method is used to retrieve information about a resource or resource collection.
For example, to obtain an array of all backups that are created on or imported to the backup server, send the following request:
GET https://enterprise01.tech.local:9419/api/v1/backups |
In case of success, the HTTP GET method returns the 200 response code. In the response body, the method returns a representation of a resource.