API URLTo access the API, use the following URL as mentioned below :
http://export.writer.zoho.com/api?ticket=[user ticket id]&apikey=[apikey]&documentid=[docid]
Note:
-- It is mandatory to specify the ticket id in the URL as it is used for API authentication.
-- xml tags marked in grey color text are optional.
API Methods
Note:
-- You can also use the "GET Method" calling convention for getDocuments & viewDocument Methods. In case of viewDocument method, it is mandatory to pass "documentid" as a parameter during GET method call. For others we support only "POST Method" calling convention.
Error Report
The list of exceptions that a user will get as a response to invalid input during method call can be viewed here.