Bot Insight task meta data

Ensure that the GET request can retrieve task meta data for the specified task.

Request

GET http://{{localhost}}/v2/botinsight/data/api/gettaskmetadata/Analytics_ATM
Reconciliation
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

[
  {
    "attributeType": "STRING",
    "variableName": "amount",
    "displayName": "Amount",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 2,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "STRING",
    "variableName": "bank_name",
    "displayName": "Bank Name",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 3,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "STRING",
    "variableName": "card_type",
    "displayName": "Card Type",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 4,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "STRING",
    "variableName": "country_code",
    "displayName": "Country Code",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 5,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "STRING",
    "variableName": "reason",
    "displayName": "Reason",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 10,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "STRING",
    "variableName": "state_code",
    "displayName": "State Code",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 6,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "STRING",
    "variableName": "status",
    "displayName": "Status",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 7,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "STRING",
    "variableName": "transaction_date",
    "displayName": "Transaction Date",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 8,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "STRING",
    "variableName": "transaction_type",
    "displayName": "Transaction Type",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 9,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  },
  {
    "attributeType": "NUMERIC",
    "variableName": "zip_code",
    "displayName": "Zip Code",
    "isActive": "Y",
    "isAttributeTypeChanged": "N",
    "isInUse": "N",
    "mappedToColumn": 1,
    "dateModified": 1549490723370,
    "isEnabled": "Y",
    "newlyAdded": null,
    "taskId": null
  }
]