Icons
Get one
Returns one icon from the built-in catalogue as metadata (name, tags, categories and the relative path of its SVG file), which the client then fetches itself; the response is not the image. The catalogue is shared by all workspaces, icons that are not public answer as not found, and the response is marked cacheable for 5 minutes.
GET
/api/sys/v{version:apiVersion}/icons/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_icon
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| name | String | Name | |
| file | String | File | |
| tags | String[] | Tags | |
| categories | String[] | Categories |
Generated Aug 4, 2026 18:37