Hey everyone,
I am trying to use this method, and it wants a NULL to query all.
What do I wire into workspaceName? Empty String ("") does not work, just a constant with no characters inside does not work. Creating a byte array with 0 and converting to string does not work. With "does not work" i mean i get an empty array of workspaces, just like when i enter a notexisting workspaceName. I do not get an exception.
The method is working when entering an existing "workspaceName" into the input.
Thx in advance