Content Management API > Upload Collection
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
Example:
"uinr2zfqQLeCo_1O0-ao-Q"
type string
Must be exactly "upload_collection"
.
JSON API type field
attributes.label string
The label of the upload collection
Example:
"Posts"
attributes.position integer
Ordering index
Example:
1
relationships.children.data
Underlying upload collections
Type:
Array<ResourceLinkage<"upload_collection">>