/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 OK | Success |
500 Internal Server Error | Internal error |
404 Not Found | Instance not found |