getFact()
Home > @gooddata/sdk-backend-spi > IWorkspaceFactsService > getFact
IWorkspaceFactsService.getFact() method
Get information about the given fact
Signature:
getFact(ref: ObjRef, opts?: {
        include?: ["dataset"];
    }): Promise<IFactMetadataObject>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| ref | ref of the fact | |
| opts | { include?: ["dataset"]; } | (Optional) options to include additional data | 
Returns:
Promise<IFactMetadataObject>
promise of metadata object