Get Application's Content Objects

Overview

Get application's content objects.

Key Features & Functionality

Function getAppObjectUuids() that returns a list of ObjectDetails. It takes the following parameters

  • appUuid: (Required) Application uuid
  • type: (Optional) Supported values "ALL" (default), "RULE", "INTERFACE", "DECISION_TABLE", "QUERY_RULE", "CONSTANT" and "INTEGRATION"
  • returns List of ObjectDetails
Anonymous