Show examples in:
Upload Collection

In DatoCMS you can organize the uploads present in your administrative area in collection, so that the final editors can easily navigate uploads.

Object payload

id  string
RFC 4122 UUID of upload collection expressed in URL-safe base64 format
type  string
Must be exactly "upload_collection"

JSON API type field

label  string  Example: "Posts"

The label of the upload collection

position  integer  Example: 1

Ordering index

parentnull, { type: "upload_collection", id: upload_collection.id }

Parent upload collection

childrenArray of { type: "upload_collection", id: upload_collection.id }

Underlying upload collections

Available endpoints