Call Event Resource
CallEvent properties
Resource Properties in REST API format | |
---|---|
request
|
Contains a dictionary representing the request of the call. |
response
|
Contains a dictionary representing the call response, including a list of the call events. |
request
The request
property represents the request that Twilio made to your application. It contains the url
, method
, and parameters
.
The parameters
property keys are presented in snake_case format, lower cased and words separated by underscores.
For example, the results from your AddOns
will be found under the key add_ons
.
response
The response
property represents what your application sent back to Twilio. It contains date_created
, request_duration
, response_code
, content_type
, and response_body
.
You can use this information to ensure you are producing the intended Voice TwiML.
Read multiple CallEvent resources
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json
Parameters
Parameters in REST API format | |
---|---|
account_sid
Path
|
The unique SID identifier of the Account. |
call_sid
Path
|
The unique SID identifier of the Call. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.