View Properties

A collection of properties that are included in a view.

Body Params
int32

The Entity Property that the View Property is associated with.

int32

The view with wich the view property is associated.

int32

The Sequence field in the ViewProperty table stores an integer that is used to keep track of the order in which the properties of a view are rendered within the application. When properties are added or removed from a view, the values in this field will be updated accordingly.

string | null

The filter expression that is applied to the property in the view.

boolean

The IsVisible field of data type bit in the ViewProperty table determines whether or not the corresponding view is visible to the user. A value of 1 means that the view is visible and a value of 0 means that the view is hidden.

string | null

The operator that is applied to the filter expression.

string | null

SummaryTypeId is a nvarchar field in the ViewProperty table with a maximum length of 64 characters. It identifies the type of summary that is associated with a given view property.

boolean

Wrap of data type bit in the ViewProperty table stores a single binary value indicating whether or not the view should wrap its text. A value of 1 indicates that the view should wrap, while a value of 0 indicates that it should not.

int32 | null

MaxWidth is a field in the ViewProperty table of type int. It represents the maximum width of a ViewProperty. It can be used to ensure ViewProperty objects do not take up too much space on the page.

Response
200

OK

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