GET api/Maps/Get
Getting markers of Media Items placed on the map
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing markers
ObjResultOfSimplePoint[]Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of SimplePoint |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": null, "error": "sample string 1", "success": true, "errorCode": 3 }