Skip to content

entityReadAll with filters does not work #19

@MilkTicc

Description

@MilkTicc

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"]]
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions