ResponseMessage Object
Contains information about the response message in an app/API transaction.
This object is used by the following operations:
- Operations that reference the TransactionRecord object; for example, the GET /api/apis/versions/{APIVersionID}/txlogs/{TransactionID} operation
The properties included in the ResponseMessage object are listed below.
Property | Type | Description |
---|---|---|
Message | string | The response message. |
TransportHeaders | string | Information about the HTTP headers for the message. |