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