# ACW API仕様書 ## 概要 現在編集中 ACW のタスクで新たに追加したAPI の仕様をまとめています。 - 作成すべきAPI - 架電成績取得API - 架電業務時間取得API - オペレーター操作履歴情報InsertAPI [補足] タスク内では、別途「情報セット」時の history insert 用のAPIも修正しています。 ## 架電成績取得API ## 架電業務時間取得API ### Request | key名 | 型 | 説明 | | -------- | -------- | -------- | | operatorIds | array | 取得するオペレーターid配列 | | fromdate | array | 検索開始日 | | toDate | array | 検索終了日 | ### Response ``` { "actionData":{ "1002":[ { "operatorId":"1002", "historyActionId":"1", "name":"opCall", "cookie":"1002_0901_095855", "time":82268, "count":9 }, { "operatorId":"1002", "historyActionId":"2", "name":"listSearch", "cookie":"1002_0901_095855", "time":22126, "count":3 }, { "operatorId":"1002", "historyActionId":"3", "name":"recallSearch", "cookie":"1002_0901_122000", "time":780, "count":2 }, { "operatorId":"1002", "historyActionId":"998", "name":"logoin", "cookie":"1002_0901_095855", "time":0, "count":5 }, { "operatorId":"1002", "historyActionId":"999", "name":"logout", "cookie":"1002_0901_122000", "time":0, "count":4 } ], "1003":[ { "operatorId":"1003", "historyActionId":"1", "name":"opCall", "cookie":"1003_0902_095855", "time":64932, "count":4 }, { "operatorId":"1003", "historyActionId":"998", "name":"logoin", "cookie":"1003_0902_095855", "time":0, "count":2 }, { "operatorId":"1003", "historyActionId":"999", "name":"logout", "cookie":"1003_0902_095855", "time":0, "count":2 }, { "operatorId":1003, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1003, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 } ], "1004":[ { "operatorId":1004, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1004, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1004, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1004, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1004, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1006":[ { "operatorId":1006, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1006, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1006, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1006, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1006, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1111":[ { "operatorId":1111, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1111, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1111, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1111, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1111, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1112":[ { "operatorId":1112, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1112, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1112, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1112, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1112, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1113":[ { "operatorId":1113, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1113, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1113, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1113, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1113, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1205":[ { "operatorId":1205, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1205, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1205, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1205, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1205, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1206":[ { "operatorId":1206, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1206, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1206, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1206, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1206, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1207":[ { "operatorId":1207, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1207, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1207, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1207, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1207, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1208":[ { "operatorId":1208, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1208, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1208, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1208, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1208, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1209":[ { "operatorId":1209, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1209, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1209, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1209, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1209, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1210":[ { "operatorId":1210, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1210, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1210, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1210, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1210, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1211":[ { "operatorId":1211, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1211, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1211, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1211, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1211, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1212":[ { "operatorId":1212, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1212, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1212, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1212, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1212, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1213":[ { "operatorId":1213, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1213, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1213, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1213, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1213, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1214":[ { "operatorId":1214, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1214, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1214, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1214, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1214, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1215":[ { "operatorId":1215, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1215, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1215, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1215, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1215, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1216":[ { "operatorId":1216, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1216, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1216, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1216, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1216, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1217":[ { "operatorId":1217, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1217, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1217, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1217, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1217, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1218":[ { "operatorId":1218, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1218, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1218, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1218, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1218, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1219":[ { "operatorId":1219, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1219, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1219, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1219, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1219, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1220":[ { "operatorId":1220, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1220, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1220, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1220, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1220, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1221":[ { "operatorId":1221, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1221, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1221, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1221, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1221, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1222":[ { "operatorId":1222, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1222, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1222, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1222, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1222, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1223":[ { "operatorId":1223, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1223, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1223, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1223, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1223, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1224":[ { "operatorId":1224, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1224, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1224, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1224, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1224, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1225":[ { "operatorId":1225, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1225, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1225, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1225, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1225, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1226":[ { "operatorId":1226, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1226, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1226, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1226, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1226, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1227":[ { "operatorId":1227, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1227, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1227, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1227, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1227, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1228":[ { "operatorId":1228, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1228, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1228, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1228, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1228, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1229":[ { "operatorId":1229, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1229, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1229, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1229, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1229, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1230":[ { "operatorId":1230, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1230, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1230, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1230, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1230, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1231":[ { "operatorId":1231, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1231, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1231, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1231, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1231, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1232":[ { "operatorId":1232, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1232, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1232, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1232, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1232, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1233":[ { "operatorId":1233, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1233, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1233, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1233, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1233, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1234":[ { "operatorId":1234, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1234, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1234, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1234, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1234, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1235":[ { "operatorId":1235, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1235, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1235, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1235, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1235, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1236":[ { "operatorId":1236, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1236, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1236, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1236, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1236, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1237":[ { "operatorId":1237, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1237, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1237, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1237, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1237, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ], "1238":[ { "operatorId":1238, "historyActionId":1, "name":"opCall", "cookie":"", "time":0, "count":0 }, { "operatorId":1238, "historyActionId":2, "name":"listSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1238, "historyActionId":3, "name":"recallSearch", "cookie":"", "time":0, "count":0 }, { "operatorId":1238, "historyActionId":998, "name":"logoin", "cookie":"", "time":0, "count":0 }, { "operatorId":1238, "historyActionId":999, "name":"logout", "cookie":"", "time":0, "count":0 } ] }, "leavePageData":[ { "operatorId":"1002", "cookie":"1002_0901_095855", "time":5468, "count":2 }, { "operatorId":"1003", "cookie":"1003_0902_095855", "time":3601, "count":1 }, { "operatorId":1004, "cookie":"", "time":0, "count":0 }, { "operatorId":1006, "cookie":"", "time":0, "count":0 }, { "operatorId":1111, "cookie":"", "time":0, "count":0 }, { "operatorId":1112, "cookie":"", "time":0, "count":0 }, { "operatorId":1113, "cookie":"", "time":0, "count":0 }, { "operatorId":1205, "cookie":"", "time":0, "count":0 }, { "operatorId":1206, "cookie":"", "time":0, "count":0 }, { "operatorId":1207, "cookie":"", "time":0, "count":0 }, { "operatorId":1208, "cookie":"", "time":0, "count":0 }, { "operatorId":1209, "cookie":"", "time":0, "count":0 }, { "operatorId":1210, "cookie":"", "time":0, "count":0 }, { "operatorId":1211, "cookie":"", "time":0, "count":0 }, { "operatorId":1212, "cookie":"", "time":0, "count":0 }, { "operatorId":1213, "cookie":"", "time":0, "count":0 }, { "operatorId":1214, "cookie":"", "time":0, "count":0 }, { "operatorId":1215, "cookie":"", "time":0, "count":0 }, { "operatorId":1216, "cookie":"", "time":0, "count":0 }, { "operatorId":1217, "cookie":"", "time":0, "count":0 }, { "operatorId":1218, "cookie":"", "time":0, "count":0 }, { "operatorId":1219, "cookie":"", "time":0, "count":0 }, { "operatorId":1220, "cookie":"", "time":0, "count":0 }, { "operatorId":1221, "cookie":"", "time":0, "count":0 }, { "operatorId":1222, "cookie":"", "time":0, "count":0 }, { "operatorId":1223, "cookie":"", "time":0, "count":0 }, { "operatorId":1224, "cookie":"", "time":0, "count":0 }, { "operatorId":1225, "cookie":"", "time":0, "count":0 }, { "operatorId":1226, "cookie":"", "time":0, "count":0 }, { "operatorId":1227, "cookie":"", "time":0, "count":0 }, { "operatorId":1228, "cookie":"", "time":0, "count":0 }, { "operatorId":1229, "cookie":"", "time":0, "count":0 }, { "operatorId":1230, "cookie":"", "time":0, "count":0 }, { "operatorId":1231, "cookie":"", "time":0, "count":0 }, { "operatorId":1232, "cookie":"", "time":0, "count":0 }, { "operatorId":1233, "cookie":"", "time":0, "count":0 }, { "operatorId":1234, "cookie":"", "time":0, "count":0 }, { "operatorId":1235, "cookie":"", "time":0, "count":0 }, { "operatorId":1236, "cookie":"", "time":0, "count":0 }, { "operatorId":1237, "cookie":"", "time":0, "count":0 }, { "operatorId":1238, "cookie":"", "time":0, "count":0 } ], "callTimeData":[ { "operatorId":"1002", "callPreparation":2400, "waitPredictive":1200, "duration":1050, "billSec":1050, "acw":3600 }, { "operatorId":"1003", "callPreparation":600, "waitPredictive":300, "duration":1650, "billSec":1650, "acw":900 }, { "operatorId":"1004", "callPreparation":0, "waitPredictive":0, "duration":150, "billSec":150, "acw":0 }, { "operatorId":1006, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1111, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1112, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1113, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1205, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1206, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1207, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1208, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1209, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1210, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1211, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1212, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1213, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1214, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1215, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1216, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1217, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1218, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1219, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1220, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1221, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1222, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1223, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1224, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1225, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1226, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1227, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1228, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1229, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1230, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1231, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1232, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1233, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1234, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1235, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1236, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1237, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 }, { "operatorId":1238, "callPreparation":0, "waitPredictive":0, "duration":0, "billSec":0, "acw":0 } ] } ```