Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Query Parameters

ParameterTypeData
DiallerCampaignsNamelanguagesIDStringInteger

The

name

ID 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.

FieldTypeData
recordsDiallerCampaigns []An array of dialler campaigns, containing one campaign result codes.
countInteger1The number of returned result codes.
statusIntegerThe return code (also provided by the http status code).

...

Note, the dialler campaign result codes array has been shortened for readability.

Code Block
languagejs
{
     "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
}