Get list of available icons
Get list of available icons
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Name string nullable
- Label string nullable
- Unicode string nullable
- SearchTerms string[] nullable
- ]
[
{
"Name": "string",
"Label": "string",
"Unicode": "string",
"SearchTerms": [
"string"
]
}
]
Loading...