Hey all,
I want to query the API of our ERP System Lexoffice ( lexoffice API Documentation ).
I have to to multiple calls - one call to get the list of all invoices and after that nested calls to get the data of all that invoices.
Additionally we have different types of invoices ("salesinvoices" and normal "invoices"). So I have to get all ids of both of them and then get the details via different API Endpoints /salesinvoices/ & /invoices/.
All the data should been combined to finance reporting (Revenue by month, week, year). Paid or unpaid invoices etc. etc.
I that possible with retool? And is it possible to handle declined calls and try it later? The Lexoffice API sometimes declines calls because of to many queries with the same API Token.
Thank you all