Get External Chat Gateway


This request retrieves an external chat gateway.

Resource

GET /externalchatgateways/<OID>

Where OID is the object ID of the External Chat Gateway.

Payload

None

Context

Authorization

Administration

Errors

Example

Request
GET https://xelion.nl/api/v1/master/externalchatgateways/2064056
Response
{
    "object": {
        "identity": "test3",
        "transcriptEmailSender": {
            "commonName": "info@xelion.nl",
            "addressType": "Email",
            "address": "info@xelion.nl",
            "label": "",
            "orderNumber": 0,
            "oid": "2053751",
            "objectType": "TelecomAddress"
        },
        "transcriptEmailSubject": "Transcription of chat",
        "transcriptEmailText": "Hello, here is your transcript.\n\nGreetings,\nXelion",
        "transcriptTitle": "Transcript of chat",
        "transcriptLocale": {
            "permissions": "ReadWriteRemove",
            "commonName": "English (United Kingdom)",
            "oid": "1001309",
            "objectType": "Locale"
        },
        "active": true,
        "traceIncoming": true,
        "traceOutgoing": true,
        "traces": [],
        "phoneLine": {
            "permissions": "ReadWriteRemove",
            "commonName": "Support",
            "x1syncid": "Support",
            "x1syncsource": "csv",
            "oid": "1651614",
            "objectType": "XCCPhoneLine"
        },
        "xelionAuthToken": "kauwshfduywqr423r72bd",
        "permissions": "ReadWriteRemove",
        "commonName": "test2",
        "oid": "2053747",
        "objectType": "ExternalChatGateway"
    },
    "links": [
        {
            "rel": "self",
            "method": "GET"
        }
    ]
}