getAttributesWithReferences()
Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService > getAttributesWithReferences
IWorkspaceAttributesService.getAttributesWithReferences() method
Get attributes with their related objects, by their respective display forms.
Signature:
getAttributesWithReferences(displayFormRefs: ObjRef[]): Promise<IAttributeWithReferences[]>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| displayFormRefs | ObjRef[] | 
Returns:
Promise<IAttributeWithReferences[]>
promise of attributes with their related objects