The content object
The content object represents a container for different types of interactive content (flows, checklists, and launchers). It manages the versioning of your content, tracking both the draft version being edited and the published version currently in use.
A unique identifier for the content object.
The object type identifier. Always set to “content” to distinguish it from other API objects.
The name of the content as defined in the Builder interface.
The type of content. Supported values:
- “flow” - Interactive step-by-step guides
- “checklist” - Task-based checklists
- “launcher” - Trigger-based content launchers
The identifier of the current draft version being edited in the Builder.
The associated content version object for the draft version. Can be expanded using the ?expand=draft_version
query parameter.
The identifier of the currently published version in the environment.
The associated content version object for the published version. Can be expanded using the ?expand=published_version
query parameter.
The timestamp when the content was last updated, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ).
The timestamp when the content was created, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ).