Constructors

Methods

  • Deletes a schema. Any existing records of this schema must be deleted first. Otherwise this call will fail. Delete a schema

    Parameters

    • objectType: string

      Fully qualified name or object type ID of your schema.

    • Optionalarchived: boolean

      Whether to return only results that have been archived.

    • Optional_options: Configuration

    Returns Promise<void>

  • Removes an existing association from a schema. Remove an association

    Parameters

    • objectType: string

      Fully qualified name or object type ID of your schema.

    • associationIdentifier: string

      Unique ID of the association to remove.

    • Optional_options: Configuration

    Returns Promise<void>

  • Removes an existing association from a schema. Remove an association

    Parameters

    • objectType: string

      Fully qualified name or object type ID of your schema.

    • associationIdentifier: string

      Unique ID of the association to remove.

    • Optional_options: Configuration

    Returns Promise<HttpInfo<void>>

  • Deletes a schema. Any existing records of this schema must be deleted first. Otherwise this call will fail. Delete a schema

    Parameters

    • objectType: string

      Fully qualified name or object type ID of your schema.

    • Optionalarchived: boolean

      Whether to return only results that have been archived.

    • Optional_options: Configuration

    Returns Promise<HttpInfo<void>>

  • Define a new object schema, along with custom properties and associations. The entire object schema, including its object type ID, properties, and associations will be returned in the response. Create a new schema

    Parameters

    Returns Promise<ObjectSchema>