Get Layer Validations
Returns validation errors for all layer structures on a submission (only errors are reported; warnings are not surfaced here). When all layers are valid, validations is an empty list. When any layer is invalid, validations is instead an object keyed by layer (the only affected entity type for this endpoint), then by the offending layer’s UUID, mapping to a list of {message, field, verbose_name} entries. An empty validations list means all layers are valid for acc/loc file generation.
Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Path Parameters
Response
Empty list ([]) when all layers are valid. Otherwise, an object keyed by layer, then by layer UUID, mapping to a list of validation messages, each with message (human-readable text), field (the offending field name, e.g. attachment), and verbose_name (title-cased field label, e.g. Attachment).