Skip to content

EntityGetRecordsByIdOptions

EntityGetRecordsByIdOptions = { expansionLevel?: number; } & PaginationOptions

Options for getting an entity by Id

Type Declaration

~~expansionLevel?~~

optional expansionLevel: 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.