Chart Units

The ChartUnit table in the Dashboard package stores key information associated with chart components managed by the Dashboard package. It contains columns for identifying chart titles, component properties (such as source and type), chart settings, and information related to the chart element (such as color). This table provides a way to quickly find and edit existing chart components, making them easier to locate and update.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 450

The ChartUnitId field is an nvarchar data type of maximum length 450 which serves as a primary key in the ChartUnit table. It is used to uniquely identify the chart unit records in the database and generate a unique identifier for each entry within the table.

string | null

Description of data type nvarchar in the ChartUnit table refers to a column where data can be stored as a string of characters and symbols up to a maximum of 4000 characters. This column type is ideal for storing large amounts of text or for storing descriptions for objects in the table such as units, or data types.

boolean

Format of data type bit in the ChartUnit table denotes whether a chart unit item is a bottom level of an outline, where 0 refers to a sub-level item and 1 refers to a bottom level item.

string | null

Miscellaneous notes and information for the entry or record.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!