Actions
Feature #15060
openAllow array as argument for a REST API parameter
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
It would be helpful to have the ability to pass more than one parameter in a REST call. For example, if you would like to get a list of all the issues from 2 different authors
.../redmine/issues.xml?author_id=[24,34]
Actions