Zoho books Documents API ?

Zoho books Documents API ?

Hello everyone,


I am trying to get information on the documents using deluge so i can automatically class them in folders once a week.


So i start by looking into using zoho.books.getRecords("documents","orgid");

This returns me a list but my issue with that list is that you don't have any of the detailed information. For example the scan automatically assign the bill being from microsoft.

But that information does not appear at all in the data I get from the zoho.books.getRecords.


So i tried using zoho.books.getRecordsByID("documents","orgid",ID i got from the previous command);


So I took the document_id I got but the command always comes up null.


So a bit confuse I also look at the API page https://www.zoho.com/books/api/v3/introduction/#organization-id

And don't see a section for the documents. If anyone could send me in the right direction kind of don't want my accountants to manually sort all those bills.


Thanks