Reports - Transaction Statuses
Description¶
The transactionStatusesForReports endpoint is used to get the list of the different types of transaction statuses for Reports that are present in the application.  
Request¶
Endpoint¶
ui/refdata/v1/transactionStatusesForReportsMethod¶
GET
Response¶
[
    {
        "name": "FAILURE"
    },
    {
        "name": "SUCCESS"
    }
]
Tabular Format
| TRANSACTION STATUS NAME | 
|---|
| FAILURE | 
| SUCCESS | 
Updated As Of Version: 6.7.0