charts

Read Single Chart

Get a single chart by ID.

post/api/v1/charts/{chart_id}

Path parameters

chart_idstring uuid required

Request body

timezonestring
start_timestring date-time nullable
end_timestring date-time nullable
omit_databoolean
after_indexinteger nullable
tag_value_idstring[] nullable

Response

Successful Response

titlestring required
descriptionstring nullable
metadataobject nullable
indexinteger required
chart_type'line' | 'bar' required

Enum for custom chart types.

Changes

No recorded changes to this endpoint across all 48 revisions of this API.