In GetCase endpoint we provide a case_id, and in GetCases we provide suite_id or project_id.
I want suggest an update on GetCases then I can provide an array of case_id. Currently if I have 10 case_id’s, I need perform 10 GetCase requests… I think this is painful for TestRail servers and for our app. And there is another problem, with lots of cases we can get the 180/300 requests per instance per minute limit.
Thank you