- Preparing search index...
- The search index is not available
bruce-models
- Get(params): Promise<{
entity: Entity.IEntity;
}>
-
Parameters
-
params: {
api?: BruceApi.Api;
entityId: string;
entityTypeId?: string;
expandLocation?: boolean;
expandRelations?: boolean;
req?: IReqParams;
}
-
-
entityId: string
-
Optional entityTypeId?: string
-
Optional expandLocation?: boolean
-
Optional expandRelations?: boolean
-
Returns Promise<{
entity: Entity.IEntity;
}>
Returns an entity record for the given entity id.