use of GetServiceDefinitions for uncategorized services
Hello,
with the service:
result = Things[thingName].GetServiceDefinitions({
category: category /* STRING */, ,
type: undefined /* BASETYPENAME */, ,
dataShape: undefined /* DATASHAPENAME */
});
i can get all servicedefinitons of services of a special category.
But which Sting do I need to use if i want to get all uncategoriezed services?
I've tried *Uncategoriezed*", "'Uncategoriezed*", "**Uncategoriezed**", " ", "", "uncategoriezed", "*uncategoriezed*", "**uncategoriezed**", nothing.
All of them are wrong.
Does anyone have any idea what the right string is?
We use thingworx 9.1.8 and 9.3.7.

