RequestMessage Object
Contains information about the request 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 RequestMessage object are listed below.
Property | Type | Description |
---|---|---|
Message | string | The request message. |
TransportHeaders | string | Information about the HTTP headers for the message. |