I’ve implemented quite a few functions that iterate through all the pages in the service that make get all queries to the NPL runtime. It’s not ideal, and I’d like to get the data in a single shot, even if I have more than 100 entries. What are the limits?
Actually, the use-case is often linked to filtering on referenced protocols, i.e. Protocol A references protocol B, which contains a list of instances of B. I need to get all of those, ideally in a single request. Otherwise, I would need to implement an additional API service. What would you recommend, both architecture-wise and request-wise?