get

get(request: JadeRestRequest;
    result:  JadeRestResponse io);

The get method of the JadeRestClient class executes a GET operation on a resource of the REST API specification.

The parameters for the get method are listed in the following table.

Parameter Description
request Specifies the name of the JadeRestRequest resource to be fetched from the REST API specification as well as any parameters required by the REST API method.
result Contains the JadeRestResponse results of the GET operation; that is, details of the response from the REST server.

2020.0.01 and higher