Response Properties |
The RESTConnectorResponse type exposes the following members.
Name | Description | |
---|---|---|
Data |
The data returned by the request.
| |
ElapsedTime |
The amount of time in seconds it took to get this response from the server.
| |
Error |
Error message if Success is false.
| |
HttpResponseCode |
The http response code from the server
| |
Success |
True if the request was successful.
|