GET RestService/GetLayerHtmlInfos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HtmlInfoName | Description | Type | Additional information |
---|---|---|---|
Info | string |
None. |
|
Width | integer |
None. |
|
Height | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Info": "sample string 1", "Width": 2, "Height": 3 }, { "Info": "sample string 1", "Width": 2, "Height": 3 } ]
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ([{"Info":"sample string 1","Width":2,"Height":3},{"Info":"sample string 1","Width":2,"Height":3}]);