GET api/POIElementType?key={key}&signature={signature}&accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
|
signature | string |
Required |
|
accountId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
POIElementTypeResultName | Description | Type | Additional information |
---|---|---|---|
Item | POIElementType |
None. |
|
Items | Collection of POIElementType |
None. |
|
Error | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorDescription | string |
None. |
|
Warnings | string |
None. |
|
AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Item": { "Id": "d48cbdc9-65de-4a1d-b5f3-bf2ddfd820dd", "CustomerId": 2, "Code": "sample string 3", "Name": "sample string 4", "Remarks": "sample string 5", "ParamFrequenceServiceEnabled": true, "ParamFrequenceServiceMinInterval": 1, "ParamFrequenceServiceMaxInterval": 1 }, "Items": [ { "Id": "d48cbdc9-65de-4a1d-b5f3-bf2ddfd820dd", "CustomerId": 2, "Code": "sample string 3", "Name": "sample string 4", "Remarks": "sample string 5", "ParamFrequenceServiceEnabled": true, "ParamFrequenceServiceMinInterval": 1, "ParamFrequenceServiceMaxInterval": 1 }, { "Id": "d48cbdc9-65de-4a1d-b5f3-bf2ddfd820dd", "CustomerId": 2, "Code": "sample string 3", "Name": "sample string 4", "Remarks": "sample string 5", "ParamFrequenceServiceEnabled": true, "ParamFrequenceServiceMinInterval": 1, "ParamFrequenceServiceMaxInterval": 1 } ], "Error": true, "ErrorCode": "sample string 2", "ErrorDescription": "sample string 3", "Warnings": "sample string 4", "AccessGranted": true }