I recently started using the "removeUnauthorizedSnapshots" parameter with the LBAPI to avoid permissions errors I was previously experiencing. Using the LBAPI to gather details for all the work items in our workspace is MUCH faster than the WSAPI, however since we have ~25,000 leaf stories in our workspace, this data must be gathered using more than one API request. When adding the "limit : Infinity" parameter to the request, you can see in the network traffic that while the second request was in fact made, the "removeUnauthorizedSnapshots" parameter was not included, therefore resulting in a permissions error.
Is there any plan to add official support for this parameter to the LBAPI, rather than adding it to the request manually?
Thanks!