Filter QueueItems on Specific Content via API

@toke.jacobsen

Queue item fields are not exposed this way …you need to use it like this with contains

contains(SpecificData,'"Key1":"value1"')

odata/QueueItems?%24filter=contains(SpecificData,'"Key1":"value1"')

Hope this helps

cheers

2 Likes