Filters that help you define search criteria to make searches more efficient.
Syntax
Name | Type | Description |
---|---|---|
folder | xsd:string | Specify the folder that you want to search. Leave blank to search across and entire company. |
includeSubfolders | xsd:boolean | Set to:
|
assetTypeArray | type:StringArray | A list of asset types that you want to return in a search. For example, the image. |
excludeAssetTypeArray | type:StringArray | Specify an asset type to exclude from a search. For example, the image. |
assetSubTypeArray | type:StringArray | A list of asset subtypes you want to return in a search. For example, for an AssetSet, you can search for the MediaType subtype. |
strictSubTypeCheck | xsd:boolean | An optional boolean flag that specifies whether to return assets with no subtype when assetSubTypeArray is passed. If true, then only assets with one of the specified subtypes is returned. If false, then assets with no subtype are also returned. Default is false. |
excludeByproducts | xsd:boolean | Set to:
|
projectHandle | xsd:string | Handle to the project that you want to search. |
publishState | xsd:string | Specify:
Note: Leave blank to search for all published state types. |
trashState | xsd:string | Specify:
|