Retrieve icon metadata by name

get/icons/{name}
Internal-Use Only

Retrieves an icon's metadata by name. Icon metadata contains information about an image.

Request Samples

1

Response Samples

1{
2 "description": "Example of an Icon object.",
3 "value": [
4 {
5 "id": 1007,
6 "name": "Address16Brown",
7 "imageType": "SVG",
8 "imageLocation": "/svi-datahub/icons/Address16Brown/image",
9 "solutionName": "sas_visual_investigator_default",
10 "solutionLabel": "SAS Visual Investigator",
11 "version": 1
12 }
13 ]
14}

Path Parameters

NameTypeRequiredDescription
name
string
true

The name of the icon.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundThe request did not find an icon with a matching name.Schema