By continuing to use our website, you agree with our use of cookies in accordance with our Cookie Policy. You can reject cookies by changing your browser settings.
This is an archive version of the document. To get the most up-to-date information, see the current version.
GET Method
The GET HTTP method is used to read data or retrieve information about a resource. In case of success, the GET HTTP method returns the HTTP response code 200 Success; in the response body, the method returns a representation of the resource.
In the example below, the GET HTTP method is used to retrieve a resource representation of the default backup repository entity:
Request:
GET http://localhost:9399/api/repositories/3efc471c-04be-4dd1-9ed2-54e7fddc5ecf?format=Entity