I have created subscription using webhook and i am getting response as below. i need to fetch call record for this Event how can i do? please help to get it resolved.
{
"uuid": "1343368781877007566-7030373935822630719",
"event": "/restapi/v1.0/account/129965004/extension/129965004/presence?detailedTelephonyState=true",
"timestamp": "2017-05-22T12:18:50.808Z",
"subscriptionId": "83efa9c0-710a-4b06-a9fd-949834c7f713",
"body": {
"extensionId": 139055004,
"telephonyStatus": "CallConnected",
"activeCalls": [
{
"id": "PDhBLpqFMHGWlHSsd5foXioTWJVzGT3e",
"direction": "Outbound",
"from": "+16603314970",
"to": "+19158701061",
"telephonyStatus": "CallConnected",
"sessionId": "19345726003"
}
],
"sequence": 542039,
"presenceStatus": "Busy",
"userStatus": "Available",
"dndStatus": "TakeAllCalls",
"allowSeeMyPresence": true,
"ringOnMonitoredCall": false,
"pickUpCallsOnHold": false
}
}