@halix/action-sdk
    Preparing search index...

    Function getObject

    • getObject retrieves a single object from the database by its data element ID and key.

      Parameters

      • dataElementId: string

        The ID of the data element

      • key: string

        The key of the object

      • OptionalfetchedRelationships: string[]

        Optional array of relationships to fetch; if provided, the returned object will include the specified related objects as nested objects

      Returns Promise<any>

      Promise resolving to the object data