{
"records": [
{
"ID": 215395,
"Name": "TestContact",
"FirstName": "A",
...
(All fields from DiallerContacts)
...
(The current result code)
"DiallerCampaignsResultCodesID": 2881,
"DiallerCampaignsResultCodes": {
"bDone": false,
"ExportKey": "Max Tries (Abort)",
"Content": "Max Tries (Abort)",
"bDelay": false,
"bAborted": true,
"ID": 2881,
"bAppointment": false
},
"DiallerContactsHistory": [
{
"StatisticsPartA": {
"ID": 409989,
"bOutbound": true,
...
(All fields from StatisticsPartA)
},
"nResultCodesTries": 0,
"nResultCodesResult": 0,
"PhoneNumberOffset": 1,
"StatisticsPartAID": 409989,
"UsersID": 3,
"dtCreated": "2024-09-26T08:36:45.241",
"DiallerContactsID": 215387,
(The result recorded for that call)
"DiallerCampaignsResultCodesID": 2877,
"DiallerCampaignsResultCodes": {
"bDone": true,
"ExportKey": "Success (Done)",
"Content": "Abgeschlossen",
"bAborted": false,
"bDelay": false,
"ID": 2877,
"bAppointment": false
},
"PhoneNumber": "+49899540057006",
"ID": 1477,
"dtResultCodesTry": "2024-09-26T08:36:37.568",
"DiallerResultCodesTypesID": 1,
"dtLastModified": "2024-09-26T08:36:45.241"
},
...
(All entries from DiallerContactsHistory together with their associated data from StatisticsPartA and DiallerCampaignsResultCodes)
],
},
...
(Records for all specified and found dialler contacts)
...
],
"count": 7,
"status": 200
} |