GET api/powerequipment/keyword/{keyword}?lat={lat}&lng={lng}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyword | string |
Required |
|
| lat | string |
Default value is |
|
| lng | string |
Default value is |
|
| limit | integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
Collection of PowerEquipmentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | string |
None. |
|
| Type | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Distance | integer |
None. |
|
| Lat | decimal number |
None. |
|
| Lng | decimal number |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.