get document id

get document id

Hi all
When I am developing a java application that uses ZOHO API, in download 
https://apidocs.zoho.com/files/v1/content/<DOC_ID>?authtoken=AuthToken&scope=docsapi
I need help to doc_id, I know that in uploading post method a response contains doc_id e.g  "uploaddocid":"3yprga7361deb32524816b36e72f27baa02c9"
but i need to know if there is another way to get doc_id because it is not practical way to store all this response doc_id(s) internally on my application.