Searching for Enumeration values through api/V3/Projection/GetProjectionByCriteria
Normal Properties are working like a charm, but the Enumeration search expects the GUID instead of the value.
Probably I need to do a api/V3/Enum/GetList first.
Any tips?
Answers
api/v3/enum/getflatlist?id=0e82dad7-5853-33f7-e4c0-c34c478fe70a&itemfilter=benq
Returns:
Now I have to grab that ID and use that in my Criteria, but I'm not sure how it will work for partial matches and so on.
I'm prepared for this mission to fail.