Encode Query Parameter
In the WorkDrive API request, query parameter names should be URL encoded using the UTF-8 character set.
For example, if a request has the query string parameter filter[type], the left square bracket [ must be replaced with %5B and the right square bracket ] must be replaced with %5D. so filter[type] query parameter in the API URL must be encoded as filter%5Btype%5D.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.