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": "b38ac9d6-7bb8-427f-9c12-da0badcc0f10",
"CustomerId": 2,
"POIElementTypeId": "ce9f66fb-d3fe-4605-9c8d-e5064e550ae0",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
},
"Items": [
{
"Id": "b38ac9d6-7bb8-427f-9c12-da0badcc0f10",
"CustomerId": 2,
"POIElementTypeId": "ce9f66fb-d3fe-4605-9c8d-e5064e550ae0",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
},
{
"Id": "b38ac9d6-7bb8-427f-9c12-da0badcc0f10",
"CustomerId": 2,
"POIElementTypeId": "ce9f66fb-d3fe-4605-9c8d-e5064e550ae0",
"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
}