Skip to content

EntityGetRecordsByIdOptions

type EntityGetRecordsByIdOptions = {
  expansionLevel?: number;
} & PaginationOptions;

Options for getting an entity by Id

Type Declaration

expansionLevel?

optional expansionLevel: number;

Level of entity expansion (default: 0)