Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.86 KB

ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotification.md

File metadata and controls

24 lines (19 loc) · 2.86 KB

ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotification

Properties

Name Type Description Notes
account_sid Option<String> The SID of the Account that created the Call Notification resource. [optional]
api_version Option<String> The API version used to create the Call Notification resource. [optional]
call_sid Option<String> The SID of the Call the Call Notification resource is associated with. [optional]
date_created Option<String> The date and time in GMT that the resource was created specified in RFC 2822 format. [optional]
date_updated Option<String> The date and time in GMT that the resource was last updated specified in RFC 2822 format. [optional]
error_code Option<String> A unique error code for the error condition that is described in our Error Dictionary. [optional]
log Option<String> An integer log level that corresponds to the type of notification: 0 is ERROR, 1 is WARNING. [optional]
message_date Option<String> The date the notification was actually generated in RFC 2822 format. Message buffering can cause this value to differ from date_created. [optional]
message_text Option<String> The text of the notification. [optional]
more_info Option<String> The URL for more information about the error condition. This value is a page in our Error Dictionary. [optional]
request_method Option<String> The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers. [optional]
request_url Option<String> The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called. [optional]
sid Option<String> The unique string that that we created to identify the Call Notification resource. [optional]
uri Option<String> The URI of the resource, relative to https://api.twilio.com. [optional]

[Back to Model list] [Back to API list] [Back to README]