Timeline

Displays dated values relative to each other on a timeline.

Required Fields

  • table - the table to query.

  • conditions - the conditions to apply to the chart

  • record_limit - the number of records to return

  • date_field - the field to use for the timeline

Optional Fields

  • details_field - the field to display under the record

Return Data

An array of objects. Each represents a record with the following format.

  • details: the display value of the details field if provided

  • id: the sys id of the record

  • name: the display name of the record

  • timestamp: the value of he time

  • timeDisplay: the local time

Example Payload

A screenshot of the data in ServiceNow:

Last updated