View a Gateway App Instance Configuration
get
/primeapi/restapi/pims/appInstanceConfigurations/{id}
This endpoint returns Gateway app instance configurations that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
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:
object
A list of application instance configurations associated with the application instance.
404 Response
The requested Gateway app instance configuration does not exist, or you do not have access to it.