Bot Insight task variable profile

Make a GET request to retrieve the Control Room variable profile for the specified dates.

Request

GET http://{{localhost}}/v2/botinsight/data/api/gettaskvariableprofile/Analytics_ATM
Reconciliation?from=2019-01-31&to2019-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

{
  "taskId": "94c23a0a-fe84-4f00-8cbc-28253acff30e",
  "taskName": "Analytics_ATM Reconciliation",
  "totalRecords": 1000,
  "profileVariables": [
    {
      "variableName": "amount",
      "displayName": "Amount",
      "mappedToColumnName": "string2",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 766,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "bank_name",
      "displayName": "Bank Name",
      "mappedToColumnName": "string3",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 5,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "card_type",
      "displayName": "Card Type",
      "mappedToColumnName": "string4",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 16,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "country_code",
      "displayName": "Country Code",
      "mappedToColumnName": "string5",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 1,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "reason",
      "displayName": "Reason",
      "mappedToColumnName": "string10",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 1,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 4,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "state_code",
      "displayName": "State Code",
      "mappedToColumnName": "string6",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 48,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "status",
      "displayName": "Status",
      "mappedToColumnName": "string7",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 2,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "transaction_date",
      "displayName": "Transaction Date",
      "mappedToColumnName": "string8",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 3,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "transaction_type",
      "displayName": "Transaction Type",
      "mappedToColumnName": "string9",
      "attributeType": "STRING",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 0,
      "averageOfValues": 0,
      "totalDistincts": 240,
      "newlyAdded": null,
      "enabled": null
    },
    {
      "variableName": "zip_code",
      "displayName": "Zip Code",
      "mappedToColumnName": "string1",
      "attributeType": "NUMERIC",
      "isAttributeTypeChanged": "N",
      "totalRecords": 1000,
      "totalNullRecords": 0,
      "sumOfValue": 400979,
      "minimumValue": "10",
      "maximumValue": "800",
      "averageOfValues": 400.979,
      "totalDistincts": 575,
      "newlyAdded": null,
      "enabled": null
    }
  ],
  "standardDashboardName": null
}