When trying to use the MessageSearch functionality, it appears the date formatting isn't right when we marshal a DateFrom field.
error="-2: Validation error: {\"date_from\":\"Please enter the date in the form MM\\/DD\\/YYYY\"}"
Looks like we need to add a custom marshaller for APITime
When trying to use the
MessageSearchfunctionality, it appears the date formatting isn't right when we marshal aDateFromfield.Looks like we need to add a custom marshaller for
APITime