GET /api/v1/apps/<product_id>/screenshot/<index>
Returns a screenshot of an application with a specified ID (only valid for an index that is referenced from the application dictionary). Returns HTTP status 404 if the index is invalid.
Input Parameters
product_id | String The application identifier. |
index | Integer The screenshot index. |
Output Parameters
screenshot | Image Image file of the screenshot. Can be JPEG or PNG. |
Usage Notes
The Accept: application/json HTTP header or the .json path extension must not be used with this REST request.