How to specify an array on the querystring?

The documentation for the CallHistory Get users call history and Get account's call history both define a few query parameters as arrays. How does the Zoom API expect arrays to be specified on the querystring of a GET request?

To be clear, here’s an example of a querystring parameter defined as an array:

Hi @desautelsj , good call for clarity! You can repeat the parameter key and put each unique query-string parameter value in the param url. See our workspace for example: Postman

Can you please confirm if it works for you?

I confirm, issuing the following request (notice “directions” specified twice):

GET https://api-ca.zoom.us/v2/phone/call_history?from=2026-01-12&to=2026-02-11&directions=inbound&directions=outbound&page_size=30

does indeed return the expect call history. Thanks for the help.

1 Like

Awesome, thanks for sharing!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.