Description
The API Response object is a record of a response made by the API in the past. It can only be retrieved by using the idempotency feature.Attributes
string
The HTTP response code indicating the success or the failure of the request.
string
The size of the message body in bytes.
string
The media type (two-part identifier for file formats and format contents) of the resource.
string
The date and time when the response was sent.
string
The URL of the API request.
object
The body of the request’s response.