GET api/POIElementTypeStatus?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
POIElementTypeStatusResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | POIElementTypeStatusData |
None. |
|
| Items | Collection of POIElementTypeStatusData |
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": "9000539a-7d54-4fe8-a9d7-ba622723f003",
"CustomerId": 2,
"POIElementTypeId": "9d1a030a-f2a0-4181-8003-9ca41bfdc65d",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
},
"Items": [
{
"Id": "9000539a-7d54-4fe8-a9d7-ba622723f003",
"CustomerId": 2,
"POIElementTypeId": "9d1a030a-f2a0-4181-8003-9ca41bfdc65d",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
},
{
"Id": "9000539a-7d54-4fe8-a9d7-ba622723f003",
"CustomerId": 2,
"POIElementTypeId": "9d1a030a-f2a0-4181-8003-9ca41bfdc65d",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}