Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 14.8 KB

File metadata and controls

29 lines (26 loc) · 14.8 KB

FeedEntry

Fields

Field Type Required Description Example
entry_id Optional[str] optional ID associated with a single feed entry (displayable_list_id)
title str ✔️ Title for the result. Can be document title, event title and so on.
thumbnail Optional[models.Thumbnail] N/A
created_by Optional[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
ui_config Optional[models.UIConfig] N/A
justification_type Optional[models.JustificationType] Type of the justification.
justification Optional[str] Server side generated justification string if server provides one.
tracking_token Optional[str] An opaque token that represents this particular feed entry in this particular response. To be used for /feedback reporting.
view_url Optional[str] View URL for the entry if based on links that are not documents in Glean.
document Optional[models.Document] N/A
event Optional[models.CalendarEvent] N/A
announcement Optional[models.Announcement] N/A {
"draftId": 342
}
digest Optional[models.Digest] N/A
collection Optional[models.Collection] N/A
collection_item Optional[models.CollectionItem] N/A
person Optional[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
app Optional[models.AppResult] N/A
chat_suggestion Optional[models.ChatSuggestion] N/A
prompt_template Optional[models.PromptTemplateResult] N/A
workflow Optional[models.WorkflowResult] N/A
activities List[models.UserActivity] List of activity where each activity has user, action, timestamp.
document_visitor_count Optional[models.CountInfo] N/A