0

Does the RestAPI allow for wild cards, as I have tried * and % as they are as well as their URL encoded versions when trying to get it to list all packages, by using tag, but none of those attempts work.

query=tag:*
query=tag:%

As : also has to be encoded

query=tag%3A%2A
query=tag%3A%25

As GetPackages needs its query, how can I force it to return all packages?

cocomac
  • 3,894
SK49
  • 1
  • 1
    I’m voting to close this question because it doesn't appear to be Ubuntu related as it asks for programming help – George Udosen Sep 13 '23 at 10:25
  • Landscape is an Ubuntu product which is why I am posting my question in Ask Ubuntu. – SK49 Sep 14 '23 at 11:08

0 Answers0