IService.TransactionsGet(TransactionsGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a filtered list of transactions from a model.
public:
Microsoft::MasterDataServices::Services::MessageContracts::TransactionsGetResponse ^ TransactionsGet(Microsoft::MasterDataServices::Services::MessageContracts::TransactionsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetResponse TransactionsGet (Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member TransactionsGet : Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetResponse
Public Function TransactionsGet (request As TransactionsGetRequest) As TransactionsGetResponse
Parameters
- request
- TransactionsGetRequest
The request.
Returns
- Attributes
Remarks
The TransactionsGet(TransactionsGetRequest) operation retrieves all transactions for a model version or queries specific transactions by using specified criteria.