GET api/POIIcon
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
POIIconResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of POIIcon |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": 1,
"Image": "sample string 2"
},
{
"Id": 1,
"Image": "sample string 2"
}
],
"Error": "sample string 1"
}