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": "6aefdb12-1484-4497-a421-14ffbbaf3fc8",
"CustomerId": 2,
"POIElementTypeId": "a35eeca9-b1da-4ee9-9328-357bb96d2c49",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
},
"Items": [
{
"Id": "6aefdb12-1484-4497-a421-14ffbbaf3fc8",
"CustomerId": 2,
"POIElementTypeId": "a35eeca9-b1da-4ee9-9328-357bb96d2c49",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
},
{
"Id": "6aefdb12-1484-4497-a421-14ffbbaf3fc8",
"CustomerId": 2,
"POIElementTypeId": "a35eeca9-b1da-4ee9-9328-357bb96d2c49",
"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
}