HTTP Request Methods

All Zoho WorkDrive APIs follow REST standards (i.e., they use the HTTP request methods such as GET, POST, PATCH, DELETE, etc).

The following table describes the purpose of these HTTP methods:

MethodDescription
GETRetrieves resources.
POSTCreates or uploads a new resource.
PATCHUpdates specific fields of an existing resource without modifying the remaining data.
DELETEDeletes a resource.