Get metadata for one or more icons

get/icons

Retrieves metadata for one or more icons.

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}

Query Parameters

NameTypeRequiredDescription
objectTypeName
string
false

The name of the icon. If an objectTypeName is specified, then only one icon is returned. Without an objectTypeName, this call returns all icons.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
404Not Found

The request did not find an icon with a matching object type name.

Schema