...
Query Parameters
Parameter | Type | Data |
---|---|---|
DiallerCampaignsNamelanguagesID | StringInteger | The nameID of the dialler campaign(s)language in which to retrieve the result codes. |
Query Parameters
...
Currently supported: 1 = English 2 = German |
Responses
If the request is performed, 200 OK is returned. See Return Codes for further possible status codes.
...
A JSON Structure containing the returned campaignresult codes.
Field | Type | Data |
---|---|---|
records | DiallerCampaigns [] | An array of dialler campaigns, containing one campaign result codes. |
count | Integer1 | The number of returned result codes. |
status | Integer | The return code (also provided by the http status code). |
...
Note, the dialler campaign result codes array has been shortened for readability.
Code Block | ||
---|---|---|
| ||
{ "records": [ { "bDone": true, "ContactPreviewTime"DiallerResultCodesTypesContent": "Abschluss", "bDelay": false, "DiallerCampaignsID": 5535, "nMaxParallelLinesDiallerResultCodesTypesShortText": null"DiallerResultCodesTypes.1", "bCloseContactsOnIncomingCallsMatchCallerIDbAllowDelete": true, "ExportKey": "ABG", "Content": "Abgeschlossen", "ShortText": "DiallerCampaignsResultCodes.2695", "bAborted": false, "dtTo"ID": 2695, "bAgentBound": null, "TimeOffset": null, "bAppointment": false, "LanguagesIDDiallerResultCodesTypesID": 21 }, ... "bCallerIDActive { "bDone": false, "NameDiallerResultCodesTypesContent": "Abbruch", "Campaign 1000", ... "bDelay": false, "DiallerCampaignsID": 535, "DiallerResultCodesTypesShortText": "DiallerResultCodesTypes.2", "bAllowDelete": true, "ExportKey": "Aufleger", "Content": "Aufleger", "ShortText": "DiallerCampaignsResultCodes.2698", "bAborted": true, "ID": 2698, "bAgentBound": null, "ClientsIDTimeOffset": 1null, "AbortOnNoTelNumberResultCodesIDbAppointment": 2492false, "IncomingCallResultCodesIDDiallerResultCodesTypesID": 24942 } ], "count": 17, "status": 200 } |