GoodData.UI API reference
  • GoodData.UI
  • Docs & APIs
  • Developers
  • GoodData.CN
  • GoodData.UI
  • Docs & APIs
  • Get GoodData.CN Community Edition
  • 10.26.0
  • Code samples
  • Gallery
  • GitHub

getAttributes()

Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService > getAttributes

IWorkspaceAttributesService.getAttributes() method

Gets the list of metadata of attribute with the provided list of uris. (list of object refs)

Signature:

getAttributes(refs: ObjRef[]): Promise<IAttributeMetadataObject[]>;

Parameters

ParameterTypeDescription
refsObjRef[]list of refs of the attribute to retrieve.

Returns:

Promise<IAttributeMetadataObject[]>

promise of list of attribute 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.

  • IWorkspaceAttributesService.getAttributes() method
  • Parameters
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2025 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use