Zoho Sign API - How to Filter Completed Documents by Date?
Hi,
I’m trying to retrieve a list of documents completed within a specific date range using the Zoho Sign API. Could anyone point me to the documentation that outlines the allowed parameters for
search_column? Additionally, I’d like to know how to limit the results to a specific date range.
Request Curl Example:
--header 'Authorization: Zoho-oauthtoken 1000.03xxxxxxxxxxxxxxxxxa5317.dxxxxxxxxxxxxxxxxxfa' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'data={
"page_context": {
"row_count" : ,
"start_index" : ,
"search_columns" : {},
"sort_column":"",
"sort_order" : ""
}
}'
Any guidance would be greatly appreciated!
Thank you!