Icons / Icon
Returns all icons.
Route: /api/sys/v{version:apiVersion}/icons
Method: GET
Authorisation: Minimum role: USER
Response object
Response status: 200 (OK)
Response type: DTO_icon[]
Wrapper: DTO_response_wrap
Other response statuses: 403 (Forbidden)
Response body example
DTO_icon_filter
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| icon_ids | Int64[] | Icon ids |
DTO_icon
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| name | String | Name | |
| file | String | File | |
| tags | String[] | Tags | |
| categories | String[] | Categories |