Show examples in:
Uploads filter

In DatoCMS you can create filters to help you (and other editors) quickly search for uploads

Object payload

id  string
RFC 4122 UUID of upload filter expressed in URL-safe base64 format
type  string
Must be exactly "upload_filter"
name  string  Example: "Draft posts"

The name of the filter

filter  object  Example: {"status":{"eq":"draft"}}

The actual filter

shared  boolean  Example: true

Whether it's a shared filter or not

Available endpoints