Get List of Documents - Possible Errors
Invalid param values
Error code
R2000
Error description
The value specified for the params is invalid or you have used the params that are not configured properly.
Error Response
"error": {
"message": "Parameters have not been configured correctly.",
"documentation_url": "https://www.zoho.com/writer/help/api/v1/general-errors.html",
"response_generated_time": 1594131798612,
"request_url": “https://<invoked_api_request_url>",
"errorcode": "R2000"
}
}
Suggested action
Please set the value with respect to the available limit and try again.
Invalid datatype
Error code
R2010
Error description
The data type of the parameter is invalid.
Error Response
"error": {
"message": "Make sure you have the right DATATYPE for the parameters.",
"documentation_url": "https://www.zoho.com/writer/help/api/v1/general-errors.html",
"response_generated_time": 1594131798612,
"request_url": “https://<invoked_api_request_url>",
"errorcode": "R2010"
}
}
Suggested action
Set a valid param data type in your API request and try again
Common error
Error code
R3003
Error description
Unable to fetch the list of documents.
Error Response
"error": {
"message": "We were unable to list the documents.",
"documentation_url": "https://www.zoho.com/writer/help/api/v1/general-errors.html",
"response_generated_time": 1594131798612,
"request_url": “https://<invoked_api_request_url>",
"errorcode": "R3003"
}
}
Suggested action
This may due to an internal error. Please try again after some time.