REST API for transaction operations
An MDM REST interface is available for transaction operations.
All HTTP requests must be authenticated. In other words, open or anonymous access is not possible to this REST API. You need to provide proper credentials (basic HTTP authentication) in the HTTP request.
Below list all the REST API resources for transaction operations:
Resource |
Description |
---|---|
GET /talendmdm/services/transactions |
List all active transactions with their ids |
PUT /talendmdm/services/transactions |
Create a new transaction (and get its UUID) |
POST /talendmdm/services/transactions/{id} |
Commit a transaction |
DELETE /talendmdm/services/transactions/{id} |
Rollback a transaction |
For more information about the transaction REST APIs, see MDM query language and REST data access.