Extend the /v1/project endpoint to allow filtering by the presence of project properties #2614
Open
2 tasks done
Labels
enhancement
New feature or request
good first issue
Good for newcomers
p2
Non-critical bugs, and features that help organizations to identify and reduce risk
Current Behavior
There is no API-enabled way of doing this.
Proposed Behavior
Calling GET on
/v1/project
with a (repeatable)projectProperty
query parameter will return project(s) logical AND filtered on those property properties.Query parameter format:
projectProperty[property1]=value1,projectProperty[property2]=value2
.Checklist
The text was updated successfully, but these errors were encountered: