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