Access Feedback Images and Thumbnails
|
This API does not accept query string parameters.
|
To return all feedback images captured during procedure execution in
Vuforia Vantage you can use the API documented in
Return All Completed and Submitted Sessions for a Given Serial Number Including Step Data with
granularity set to
step. The image is a relative URL that is returned with the
mediaFeedback property for each step (if applicable).
The full-sized image can be accessed using the following GET API:
curl 'https://vuforia.ptc.com/<mediaFeedbackUrl>' -H 'x-api-key: <x-api-key secret>'
A thumbnail version of the full-sized image can be accessed using the following GET API:
curl 'https://vuforia.ptc.com/<mediaFeedbackUrl>/.thumbnail' -H 'x-api-key: <x-api-key secret>'