Entities

Describes a class in the system and an associated table ( db object) in the database.

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 256

The database in which the enttiy resides

string
required
length between 1 and 450

The type of Entity and the type of data stored in the table associated with the Entity.

string
required
length between 1 and 450

This is the description

string
required
length between 1 and 450

The package (namespace) in which the entity classes have been placed.

string
required
length between 1 and 256

The prompt that a user can refer to the entity as.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The Description field in the Entity table is an nvarchar data type with a maximum 512 character length. This field can be used to provide a detailed description of the Entity it is associated with.

string | null

BaseEntityId is a nvarchar field in the Entity table that stores the unique identifier of an entity object. It has a maximum length of 450 characters.

string | null

The EntityViewID field in the Entity table is an nvarchar data type with a maximum length of 450. It is used to uniquely identify a specific entity type for all views in the entity.

string | null

The SearchFilter field in the Entity table is an nvarchar data type column which can be used to store a keyword or phrase to filter items in the Entity table. The SearchFilter field can be used to find specific information and records in the Entity table.

boolean

CanTileGrid is a bit field in the Entity table which indicates whether the Entity is able to support tiling with a grid structure. This field will be set to TRUE if the Entity can be tiled, and FALSE if it cannot.

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!