Returns an AppInstance business object for the specified AppInstance ID.
get
/gatewayapi/restapi/v1/appInstances/{id}
Request
Path Parameters
-
id: integer(int64)
ID of application instance.Default Value:
0
Response
Supported Media Types
- application/json
200 Response
successful operation
The list of application instances associated with a flow.
Root 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 AppInstance does not exist or you do not have access to it.