Communication after call types

User Guide > Resources > Communication after call types --- The after call types that are available to set on this comminication.

Resource

GET /communications/<OID>/after_call_types

Where OID is the Object ID of the communication.

Parameters

None

Payload

None

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/communications/2062989/after_call_types
Response
{
    "object": [
        "Complaint",
        "Technical Support",
        "Billing Enquiry"
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://xelion.nl/api/v1/master/communications/1760865/after_call_types",
            "method": "GET"
        }
    ]
}