GET Api/v{apiVersion}/Features/AsGeoJson?query={query}&pageSize={pageSize}¤tPage={currentPage}&orderBy={orderBy}&descending={descending}
Gets a list of stores in GeoJSON format
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| query |
Optional: search query (e.g. Name.Equals("John Doe") or Name.Contains("Doe")) |
string |
Default value is |
| pageSize |
Optional: page size, used for server-side paging (e.g. 10) |
integer |
None. |
| currentPage |
Optional: current page, used for server-side paging (e.g. 1) |
integer |
None. |
| orderBy |
Optional: property used to order the data, used for server-side ordering (e.g. Name) |
string |
Default value is |
| descending |
Optional: ordering type (e.g. True) |
boolean |
None. |
| apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Feature| Name | Description | Type | Additional information |
|---|---|---|---|
| type | GeoJSONObjectType |
None. |
|
| id | string |
None. |
|
| geometry | IGeometryObject |
None. |
|
| properties | Dictionary of string [key] and Object [value] |
None. |
|
| bbox | Collection of decimal number |
None. |
|
| crs | ICRSObject |
None. |
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.