View All Gateway App Instance Configurations (Deprecated since 24.2)

get

/api/restapi/pims/appInstanceConfigurations/list

This endpoint returns all Gateway app instance configurations.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<AppInstanceConfig>
Type: array
Title: List<AppInstanceConfig>
Show Source
Nested Schema : AppInstanceConfig
Type: object
Title: AppInstanceConfig
A list of application instance configurations associated with the application instance.
Show Source
Nested Schema : AppConfig
Type: object
Title: AppConfig
The application configuration associated with the application instance configuration.
Show Source
Nested Schema : AppInstance
Type: object
Title: AppInstance
The list of application instances associated with a flow.
Show Source
Nested Schema : App
Type: object
Title: App
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 requested Gateway app instance configuration does not exist, or you do not have access to it.
Back to Top