Skip to main content

Input fields

content : String! required

The content of the storyline entry.

contentId : BigInt

The optional related object ID of the entry.

entryType : StorylineEntryTypes! required

The type of the storyline entry.

isRootCause : Boolean

Whether this entry is identified as the root cause of the issue.

occurredAt : DateTime! required

The datetime when the storyline entry occurred.

url : String

Optional URL related to the storyline entry.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "content": "set-wind-carry-matter-occur", "contentId": 1, "entryType": "INBOUND_MESSAGE", "isRootCause": true, "occurredAt": "1987-08-12T10:56:48.138465+00:00", "url": "me-ground-more-a-kind" }