Hi everybody,
I've a question: I must download all data from dimensionSetLines tables, with API I can extract all the data but for each "argument" like:
businesscentralPrefix/companies({id})/generalLedgerEntries({id})/dimensionSetLines({id})
This features means thet if I've 18000 records into generalLedgerEntries, I must call dimensionStelines 18.000 times.
This means that the extraction time increases a lot, for example for each API call it takes 2 seconds for 18,000 calls the time is about 10 hours.
It's possible execute entire download of table dimensionSetLines ?