Multiple wildcards don't work with Rest API

How can we use multiple wildcards via the API. For example, I have a multiple environments called something along the lines of “AQA-1.0.3.5-Something-Clean”. I can match all environments that start with “AQA” by passing in “AQA*”. But if I want to only get environments that contain “Something” I can’t use “Something”.

Can someone clear up the wildcard usage? Please and thanks.

Hi Umair,

Could you please explain a bit more about how you are querying the API? Are you hitting the API directly with HTTP requests, or are you using the Octopus.Client library?

Thank you,

Henrik