Answers for "shotgun api filter"

0

shotgun filter any

filters = [
    ["sg_status_list", "is", "ip"],
    {
        "filter_operator": "any",
        "filters": [
            ["assets", "is", {"type": "Asset", "id": 9}],
            ["assets", "is", {"type": "Asset", "id": 23}]
        ]
    }
]
result = sg.find("Shot", filters)
Posted by: Guest on May-29-2020
0

shotgun api filter

["id", "is", int(121)], ["sg_status_list", "is", "act"]]
Posted by: Guest on September-13-2021

Python Answers by Framework

Browse Popular Code Answers by Language