Is there a filtering option in this API to sort by a list of possible names? Perhaps something like: api/v1/nodes/<id>/nodes?where_names=x|y|z .
If there's an alternative for a POST API supporting filters with a Body, it would be preferable. Considering that there could be up to 500 possible names, I am concerned about encountering a long URI, resulting in HTTP status 414.
Thanks in advance.