@makehq/sdk
    Preparing search index...

    Class CustomPropertyStructures

    Class providing methods for working with Make custom property structures. Structures define which entity type can carry custom properties for an organization; use the items property to manage the individual field definitions within a structure. There is no get() or update() — use list() to look up a structure, since none of its fields can be changed after creation.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Access to custom property structure item operations

    Methods

    • List the custom property structures of an organization. The API does not support column selection or pagination for this endpoint. Requires the organization's custom-properties feature to be enabled (error IM027 otherwise).

      Parameters

      • organizationId: number

        The organization ID to list custom property structures for

      Returns Promise<CustomPropertyStructure[]>

      Promise with the list of custom property structures

      const structures = await make.customPropertyStructures.list(123);