Bot Insight task log data
- Dernière mise à jour2020/05/08
Bot Insight task log data
Make a GET request to retrieve detailed information on the specified task log.
Request
GET http://{{localhost}}/v2/botinsight/data/api/gettasklogdata/Analytics_ATM
Reconciliation/0/2019-02-05
Header: X-Authorization <<authentication token>>
All API calls
must contain an authentication token in the request header. Generate a token with the Enterprise 11 Authentication API.Response
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "InProgress",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
},
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "CompletedSuccessfully",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
},
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "Aborted",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
},
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "Failed",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
},
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "TimedOut",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
}