3.1.4.70.2.2 TransactionsGetResponse

The TransactionsGetResponse element returns an operation result, the total number of transaction records returned, and an ArrayOfTransaction instance that contains the returned transactions.

The following is the XML schema definition of the TransactionsGetResponse element.

   <xs:element name="TransactionsGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q342="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q342:OperationResult"/>
         <xs:element minOccurs="0" name="TotalRecordCount" type="xs:int"/>
         <xs:element xmlns:q343="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="TransactionList" nillable="true" type="q343:ArrayOfTransaction"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

OperationResult: Specifies the list of errors that is returned if the operation fails.

TotalRecordCount: Specifies the total number of records that meet the criteria.

TransactionList: Specifies the list of transactions to be returned that meet the criteria.