List External Chat Gateways


This request returns a list of external chat gateways.

Resource

GET /externalchatgateways

Payload

None

Context

Authorization

Administration

Errors

Example

Request
GET https://xelion.nl/api/v1/master/externalchatgateways
Response
{
    "data": [
        {
            "object": {
                "commonName": "External chat gateway 123",
                "oid": "2063705",
                "objectType": "ExternalChatGateway"
            },
            "links": [
                {
                    "rel": "self",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "commonName": "External chat gateway 12345678",
                "oid": "2064056",
                "objectType": "ExternalChatGateway"
            },
            "links": [
                {
                    "rel": "self",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "commonName": "External chat gateway 123456789",
                "oid": "2064073",
                "objectType": "ExternalChatGateway"
            },
            "links": [
                {
                    "rel": "self",
                    "method": "GET"
                }
            ]
        },
    ],
    "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "https://marnix.xelion.nl/api/v1/master/externalchatgateways",
                "method": "GET"
            },
            {
                "rel": "next",
                "href": "https://marnix.xelion.nl/api/v1/master/externalchatgateways?after=2064097",
                "method": "GET"
            },
            {
                "rel": "previous",
                "href": "https://marnix.xelion.nl/api/v1/master/externalchatgateways?before=2063690",
                "method": "GET"
            }
        ],
        "paging": {
            "previousId": "2063690",
            "nextId": "2064097"
        }
    }
}