Returns the appInstanceConfig business object for the specified appInstanceConfig ID.
get
/gatewayapi/restapi/v1/appInstanceConfigurations/{id}
Request
Path Parameters
-
id: integer(int64)
ID of application configuration instance.Default Value:
0
Response
Supported Media Types
- application/json
200 Response
successful operation
A list of application instance configurations associated with the application instance.
Root Schema : AppInstanceConfig
Type:
objectA list of application instance configurations associated with the application instance.
Show Source
-
appConfig:
object AppConfig
The application configuration associated with the application instance configuration.
-
appInstance:
object AppInstance
The list of application instances associated with a flow.
-
id:
integer(int64)
The unique ID of the application instance configuration generated by the system.
-
value:
string
The value of the application instance configuration entered by the user.
Nested Schema : AppConfig
Type:
objectThe application configuration associated with the application instance configuration.
Show Source
-
id:
integer(int64)
The unique ID of the application instance configuration generated by the system.
-
name:
string
The name of the application configuration.
-
required:
boolean
Default Value:
false -
type:
string
Allowed Values:
[ "STRING", "INTEGER", "LONG", "DATE", "BOOLEAN", "PASSWORD", "FILE", "READONLY", "ENUM" ]The category of application configuration.
Nested Schema : AppInstance
Type:
objectThe list of application instances associated with a flow.
Show Source
-
app:
object App
A reference to the App business object.
-
description:
string
A description of the application instance.
-
id:
integer(int64)
The unique ID of the application instance generated by the system.
-
name:
string
The name of the application instance associated with the application instance ID.
Nested Schema : App
Type:
objectA reference to the App business object.
Show Source
-
appInstances:
array appInstances
Unique Items Required:
trueThe list of application instances associated with a flow. -
description:
string
A description of the application.
-
external:
boolean
Default Value:
falseThe indicator which determines whether the provider is external. -
id:
integer(int64)
The unique ID of the application generated by the system.
-
name:
string
The name of the application associated with the flow.
-
providerName:
string
The Oracle Primavera Gateway provider associated with an application.
-
providerPath:
string
The path and the folder location of the provider associated with an application. For example, location of the primeprovider folder associated with the Oracle Primavera Prime application.
-
supportFeedback:
boolean
Default Value:
falseThe indicator which determines whether the feedback step in a business flow is enabled. -
version:
string
The application version number.
Nested Schema : appInstances
Type:
arrayUnique Items Required:
trueThe list of application instances associated with a flow.
Show Source
-
[0]:
object AppInstance
The list of application instances associated with a flow.
404 Response
The AppInstanceConfig does not exist or you do not have access to it.