The following is the json I tried to POST to toots/find API. For the SOPInstanceUID key in Query, i want to specify hundreds or even thousands values of SOPInstanceUID. But, i got “Internal Server Error” as response. So, i want to confirm if there is any limit on the query length? Or is there other way to perform such kind of query? but seems it donest support json array here. Thanks.
Yes, I tried double backslashes between each query value. But it will return “internal server error” once the number of query values become large enough like 1000+.
So my question is if there is any limit for the query values? If so, any way to query with thousands query values? Thanks.
If there is such a problem, please provide a minimal working example for other people to independently reproduce your issue. We cannot afford to guess user problem scenarios by trial and error.