Response containing the chronological list of timeline cells for a case.
Expand All
Field
Type
Description
data
[object]
The TimelineResponsedata.
attributes [required]
object
Attributes of a timeline cell, representing a single event in a case's chronological activity log (for example, a comment, status change, or assignment update).
author
<oneOf>
The author of the timeline cell. Currently only user authors are supported.
Option 1
object
A user who authored a timeline cell.
content
object
Profile information for the user who authored the timeline cell.
email
string
The email address of the user.
handle
string
The Datadog handle of the user.
id
string
The UUID of the user.
name
string
The display name of the user.
type
enum
The type of timeline cell author. Currently only USER is supported.
Allowed enum values: USER
cell_content
<oneOf>
The content payload of a timeline cell, varying by cell type.
Option 1
object
The content of a comment timeline cell.
message
string
The text content of the comment. Supports Markdown formatting.
created_at
date-time
Timestamp of when the cell was created
deleted_at
date-time
Timestamp of when the cell was deleted
modified_at
date-time
Timestamp of when the cell was last modified
type
enum
The type of content in the timeline cell. Currently only COMMENT is supported in this endpoint.
Allowed enum values: COMMENT
id [required]
string
Timeline cell's identifier
type [required]
enum
JSON:API resource type for timeline cells.
Allowed enum values: timeline_cell