Returns all appInstanceConfig business objects.

get

/gatewayapi/restapi/v1/appInstanceConfigurations/list

Request

Query Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
A list of application instance configurations associated with the application instance.
Root Schema : AppInstanceConfig
Type: object
A list of application instance configurations associated with the application instance.
Show Source
Nested Schema : AppConfig
Type: object
The application configuration associated with the application instance configuration.
Show Source
  • The unique ID of the application instance configuration generated by the system.
  • The name of the application configuration.
  • Default Value: false
  • Allowed Values: [ "STRING", "INTEGER", "LONG", "DATE", "BOOLEAN", "PASSWORD", "FILE", "READONLY", "ENUM" ]
    The category of application configuration.
Nested Schema : AppInstance
Type: object
The list of application instances associated with a flow.
Show Source
Nested Schema : App
Type: object
A reference to the App business object.
Show Source
Nested Schema : appInstances
Type: array
Unique Items Required: true
The list of application instances associated with a flow.
Show Source

404 Response

The AppInstanceConfig does not exist or you do not have access to it.