Icons / Get one
Return specific icon.
Route: /api/sys/v{version:apiVersion}/icons/{id}
Method: GET
Authorisation: Minimum role: USER
Request Arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_icon
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_icon
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| name | String | Name | |
| file | String | File | |
| tags | String[] | Tags | |
| categories | String[] | Categories |