Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 5.09 KB

File metadata and controls

17 lines (14 loc) · 5.09 KB

PlatformResult

Fields

Field Type Required Description Example
url str ✔️ Canonical URL of the result. https://company.atlassian.net/wiki/spaces/ENG/pages/12345
title str ✔️ Result title. Q2 2026 Platform Roadmap
snippets List[str] Query-relevant plain-text excerpts from the result body. [
"The platform team will focus on API stability and..."
]
datasource str ✔️ The datasource this result originates from. confluence
datasource_instance OptionalNullable[str] The datasource instance this result originates from, if known. confluence_acme
document_type OptionalNullable[str] The document type within the datasource. page
creator Optional[models.PlatformPersonReference] A lightweight reference to a person, used where a payload merely points at someone.
owner Optional[models.PlatformPersonReference] A lightweight reference to a person, used where a payload merely points at someone.
updated_at date When the result was last modified.
created_at date When the result was created.