Metric Result List Widgets

The MetricResultListWidget in the Unknown package creates a tabular view of metric results in a user-friendly manner. It displays data in an organized fashion, making it easy to identify the results of a given metric. It supports grouping of results by metric, date range, and other data points, allowing users to quickly sort their metric results. Additionally, it enables users to quickly export their metric results to a variety of formats and creates a simple, streamlined way to share those results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

MetricResultId is an int data type field in the MetricResultListWidget table. It is a unique identifier assigned to each entry in the MetricResultListWidget table and can be used to reference each entry for selection and display purposes.

int32

MetricId is an int field in the MetricResultListWidget table that holds the unique identifier for each metric result value created in the table.

date-time | null

CreatedOnDate is a date field in the MetricResultListWidget table that stores the date and time when a record in the table was created.

string | null

This field in the MetricResultListWidget table stores a textual value of up to 4000 characters in length. It is used to store data in a format that can be stored and utilized in order to provide metrics for measuring the success of a particular process or goal. This field helps to provide a comprehensive understanding of performance and assist with data analysis.

int32

ClientEnvironmentId is an integer field in the MetricResultListWidget table that identifies a unique environment for each client. It provides a way to track metrics specific to each environment, enabling the easy retrieval and analysis of data.

string | null

The LogoImage field is an nvarchar data type field in the MetricResultListWidget table and is used to store a filename for an image file containing a logo for a metric result list widget.

string | null

This field in the MetricResultListWidget table stores a string of characters (up to 64) in a variable length format (nvarchar).

string | null

NameHtml is a field of data type nvarchar in the MetricResultListWidget table. This field stores an HTML fragment of the name of a metric result displayed in a list widget. This HTML fragment is used in the MetricResultListWidget to display the metric results with the configured styling.

string | null

The TotalValueHtml field in the MetricResultListWidget Table is an nvarchar data type field with a maximum length of 4000 characters used to store HTML markup representing the total value of a metric result list widget.

string | null

The field Url in the MetricResultListWidget table of the database is of data type nvarchar with a maximum length of 1449 characters. This field contains URLs that correspond to a MetricResultListWidget object stored in the database. The full URL may be used to connect back to the original source of the metric results.

string
required
length between 1 and 128

The MetricName field in the MetricResultListWidget table is of the data type nvarchar and has a maximum length of 128 characters. This field is used to store the name or label of a particular metric that is presented in the widget. It allows for easy identification and categorization of the different metrics being displayed, making it a crucial aspect of the data stored in this table.

boolean | null

The latest fields shows if the result is part of the latest result set for the metric.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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