Hello team,
I am experiencing difficulties with processing bulk requests using the REST API at the endpoint "http://10.254.9.65:8085/snapshot/". This issue arises when using the IDN_DELAY service to send a bulk list of RICs.
The problem is that instead of receiving a result for each item individually, a 401 response is returned when encountering any item without proper access, discarding the entire list of items.
For example, even though user 'xxx' has delay permission for ".GDAXI", they are denied access for "TRYSWD=CKCC", resulting in the following response:
"401 - Access denied for TRYSWD=CKCC."
This response format prevents us from seeing results for items that the user does have permission for. Ideally, the response should provide detailed feedback for each item, such as:
"200 .GDAXI: [some content] TRYSWD=CKCC: Access denied."
This issue is also present with the "IDN_REALTIME" service, where a single denied item causes the entire bulk request to be discarded.
Could we explore options to adjust the API response so it returns individual results for each item, indicating access status where applicable? Please let me know if further detail or clarification is needed.
Thank you for your attention to this matter.
Best regards,
Jonas Liesenfeld
Financial.com AG