Summary Types

Defines possible operations that can be applied to a column in a view and displayed in the 'Summary' bar.

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

SummaryTypeId is an nvarchar data type field with a maximum length of 64 in the SummaryType table. This field acts as the primary key for the SummaryType table, and it is used to uniquely identify records in the table.

string | null

The caption field in the SummaryType table is an nvarchar data type with a maximum length of 64 characters and is used to store a brief description of the summary type.

string | null

The Description field in the SummaryType table is an nvarchar data type which has a maximum length of 128 characters. This field is meant to give a brief description associated with the type, such as for describing a class, item, etc.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The field named “Filter” in the SummaryType table is used to refine searches and store extra information about a certain SummaryType row. It is a data type nvarchar and has a maximum length of 256. It can contain any character, including Unicode characters, however any text longer than the specified maximum length 256 will be truncated.

string | null

AggregateOperatorId is an nvarchar field in the SummaryType table which stores an identification code of up to 32 characters associated with an aggregate operator. This identifier is used to link to the aggregate operator table and identify the necessary calculations associated with the summary type.

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!