Qualio Docs

API Documentation from the Qualio Team

DocumentSection

It is part of a document. Stores content of singular document section. It has different types as it can store: html content or files (attachments). Attachments are stored using IDs (generated during upload)

Implements

Fields

title (String!)

Section title which comes from a template

content (String)

Section HTML content. Not all tags can be used. Unnecessary tags

position (Int!)

Order of section in the document. Numbering starts from 1

type (DocumentSectionTypeEnum!)

Document section type. Determines how actual content looks like. If it is attachment, attachments filed should be filled, otherwise content

id (ID!)

The ID of the object.

attachments ([Attachment])

Attachments (IDs of Document attachments)