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": "651a554d-0618-47d3-9e02-8db358478f52",
"CustomerId": 2,
"POIElementTypeId": "1a9169ba-e733-45d6-9db4-c58331846d9b",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
},
"Items": [
{
"Id": "651a554d-0618-47d3-9e02-8db358478f52",
"CustomerId": 2,
"POIElementTypeId": "1a9169ba-e733-45d6-9db4-c58331846d9b",
"Order": 4,
"Name": "sample string 5",
"Code": "sample string 6",
"Remarks": "sample string 7",
"Opacity": 8.0
},
{
"Id": "651a554d-0618-47d3-9e02-8db358478f52",
"CustomerId": 2,
"POIElementTypeId": "1a9169ba-e733-45d6-9db4-c58331846d9b",
"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
}