Metric Transactions REST Endpoints
Metric Transactions
The operations from the Metric Transactions category.
- Check Syntax for a Metric Transaction
- Method: postPath:
/api/metric/Transactions/executeCheckSyntax
- Create a Metric Transaction
- Method: postPath:
/api/metric/Transactions
- Delete a Metric Transaction
- Method: deletePath:
/api/metric/Transactions/{id}
- Get a Metric Transaction
- Method: getPath:
/api/metric/Transactions/{id}
- Get Metric Transactions
- Method: getPath:
/api/metric/Transactions
- Get Metric Transactions for Combo Boxes and Item Selectors
- Method: getPath:
/api/metric/Transactions/readForSelect
- Update a Metric Transaction
- Method: putPath:
/api/metric/Transactions/{id}