getCommonAttributesBatch()
Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService > getCommonAttributesBatch
IWorkspaceAttributesService.getCommonAttributesBatch() method
Request the "center of star" for multiple series of attributes.
Signature:
getCommonAttributesBatch(attributesRefsBatch: ObjRef[][]): Promise<ObjRef[][]>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| attributesRefsBatch | ObjRef[][] | input batch of list of attribute references | 
Returns:
Promise<ObjRef[][]>
promise returning batch of attribute references.