I am trying to query voicemail using the Zoom Phone API (https://api.zoom.us/v2/phone/voice_mails) by the status querystring parameter, but I get this error message {“code”:300,“message”:“Validation Failed.”,“errors”:[{“field”:“status”,“message”:“Type mismatch.”}]}
All of the other querystring values work, but only status returns the validation error
@omari.isaac,
Thanks for posting in the Zoom Developer Forum! Can you share the exact request you are using to query voicemail using the Zoom Phone API?