Expand APIRequestName Response Status Model Out
Returns all the fields of a given Response Status model object for a specific API request.
Last updated
Was this helpful?
Returns all the fields of a given Response Status model object for a specific API request.
Last updated
Was this helpful?
[Input] In - starts the block's execution.
[Output] Out - activates when the block has finished its execution.
[Input] Model (model) - Response Status model object to be expanded.
[Output] Code (integer) - .
[Output] Latency (integer) - of the response, in milliseconds.
[Output] Is Timeout (boolean) - True if the request timed out, False otherwise.
[Output] Response (string) - response body of the server in text format. If the request failed and the response body was not in the format defined in , the Body output data connection of the will be null. In this case, you can use this data connection to view the actual response body.