EntityMetaDataDTO
DTO containing entity meta data.
Sub Type Property: "_type" : "DEFAULT"
Fields
Type
Name
Description
Optional
Default Value
id
The internal entity name.
false
displayName
The display name.
false
shortCut
The entity short cut.
false
searchShortCut
The simple search short cut.
true
favoritable
Flag that indicates whether the entity is enabled for favorite handling.
false
observable
Flag that indicates whether the entity is enabled for observation feature.
false
Sub Types
Sub Type
Description
Sub Type Property: "_type"
Example
{
"_type": "DEFAULT",
"id": "Activity",
"displayName": "Activities",
"shortCut": "Ac",
"searchShortCut": "ACT",
"favoritable": true,
"observable": true
}