EntityGetRecordsByIdOptions
EntityGetRecordsByIdOptions = {
expansionLevel?:number; } &PaginationOptions
Options for getting an entity by Id
Type Declaration¶
~~expansionLevel?~~¶
optionalexpansionLevel:number
Level of entity expansion (default: 0)
Deprecated¶
Use EntityGetRecordByIdOptions instead for better clarity on getting all records of an entity. This type will be removed in future versions.