Gantt

A Gantt chart is a type of bar chart that illustrates a project schedule.

Required Fields

  • table - the table to query.

  • conditions - the conditions to apply to the chart

  • group_by - the primary grouping

  • use_group_by - a boolean value representing if a group by is used

  • start_date_field - the field used for the start, or left, side of the value

  • end_date_field - the field used for the end, or right, side of the value

Optional Fields

N/A

Return Data

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

  • end: the date that the chart ends at

  • grouping: the grouping the record belongs to

  • id: the sys_id of the record

  • name: the display name for the record

  • start: the date the record starts

Example Payload

A screenshot of the data in ServiceNow:

Last updated