Hi everyone, Thanks to the answer in this topic, I got all the invoices for an account, it's great. But how do I get a single invoice by its ID or invoice number? Most API endpoints have both possibilities: either to list all entries or to get one by its ID or other significant key (like, for example, get an account by its ID or account number). I didn't find anything like this in the Transactions API, and I'm reluctant to use ZoQL because the Rest structure (say, like in Transactions or Accounts API) seems much clearer and more concise. Thanks a lot!
... View more