getAttributeDisplayForms()
Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService > getAttributeDisplayForms
IWorkspaceAttributesService.getAttributeDisplayForms() method
Gets the list of metadata of attribute display form with the provided list of uris or identifiers. (list of object refs).
Signature:
getAttributeDisplayForms(refs: ObjRef[]): Promise<IAttributeDisplayFormMetadataObject[]>;
Parameters
Parameter | Type | Description |
---|---|---|
refs | ObjRef[] | list of refs of the attribute display form to retrieve. |
Returns:
Promise<IAttributeDisplayFormMetadataObject[]>
promise of list of attribute display form metadata object.
Remarks
If a display form referenced by any of the refs does not exist, then the call must not fail and instead return only those display forms that exist.