GET /api/v1/app_categories/<id>/icon
Returns the icon of an application category with a specified ID in form of a 96x96 px PNG file. Returns HTTP status 404 if no icon is available for the application category.
Tip: | It is recommended to use a 96x96 px replacement icon. |
Input Parameters
id | String The application category identifier. |
Output Parameters
| Image PNG file of the application's icon. |
Usage Notes
The Accept: application/json HTTP header or the .json path extension must not be used with this REST request.