/instances/{instanceId}
GET
Available Since: 3.6
Retrieve a specific ProductInstance.
Parameters
| name | description | type | default | 
|---|---|---|---|
| instanceId | The ID of the product instance to retrieve. | path | 
Response Body
| result: | productInstance | 
| media types: | application/xml application/json  | 
        
The retrieved product instance.
Status Codes
| code | description | 
|---|---|
| 200 | Success | 
| 500 | Internal error | 
| 404 | Instance not found |