Bot Insight タスクのメタ データ
- 最終更新日2020/09/21
Bot Insight タスクのメタ データ
GET リクエストで、指定したタスクのタスク メタ データを取得できることを確認します。
リクエスト
GET http://{{localhost}}/v2/botinsight/data/api/gettaskmetadata/Analytics_ATM
Reconciliation
Header: X-Authorization <<authentication token>>
すべての API 呼び出しは、リクエスト ヘッダーに認証トークンを含める必要があります。「認証 API」でトークンを生成します。レスポンス
[
{
"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
}
]