GetNotificationList

HTTP Method Used: GET

Returns a notification list View Twilio Docs

format  
Log Only show notifications for this log, using the integer log values shown above.
MessageDate Only show notifications for this date. Should be formatted as YYYY-MM-DD. You can also specify inequality, such as MessageDate(less than or equal to)YYYY-MM-DD for messages logged at or before midnight on a date, and MessageDate(greater than or equal to )YYYY-MM-DD for messages logged at or after midnight on a date. When performing a date range query with day-granularity make sure the right endpoint is midnight of the next day (e.g. to construct a range query for all calls on YYYY-MM-DD use MessageDate(greater than or equal to)YYYY-MM-DD(and)MessageDate(less than)YYYY-MM-(DD+1)).