I am not able to use entityReadAll to get entities with any filters. Need correct examples.
This is one of the things i tried:
let cand = await SHOTGRID.entityReadAll({
entity: 'CustomEntity11',
pageSize: 3,
sort: '-created_at',
filter:[["sg_status_list","is","cand"]]
});
I am not able to use entityReadAll to get entities with any filters. Need correct examples.
This is one of the things i tried: