Communication cradle to grave

User Guide > Resources > Communication cradle to grave --- The Cradle To Grave for this comminication.

Resource

GET /communications/<OID>/cradle_to_grave

Where OID is the Object ID of the communication.

Parameters

None

Payload

None

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/communications/2062989/cradle_to_grave
Response
{
    "object": [
        {
            "date": "2024-03-27 15:04:41",
            "icon": "incomingCall",
            "info": "Call from Hans Bos (414) to Wesley (413)",
            "duration": 0
        },
        {
            "date": "2024-03-27 15:04:41",
            "icon": "phoneLine",
            "info": "Connected to Telefoonaansluiting Wesley",
            "duration": 1
        },
        {
            "date": "2024-03-27 15:04:42",
            "info": "Dialing wes,wes2",
            "duration": 2
        },
        {
            "date": "2024-03-27 15:04:44",
            "icon": "call",
            "info": "Call answered by Wesley (wes)",
            "duration": 6
        },
        {
            "date": "2024-03-27 15:04:50",
            "icon": "hangup",
            "info": "Call hung up"
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://arno.xelion.nl/api/v1/master/communications/2201044/cradle_to_grave",
            "method": "GET"
        }
    ]
}