GET api/POIElementTypeGroups?key={key}&signature={signature}&accountId={accountId}&typeId={typeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| signature | string |
Required |
|
| accountId | globally unique identifier |
Required |
|
| typeId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
POIElementTypeGroupsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | POIElementTypeGroups |
None. |
|
| Items | Collection of POIElementTypeGroups |
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": "61f1bf68-2055-487a-822b-04d8b933ee72",
"CustomerId": 2,
"POIElementTypeId": "d37fcf88-7322-47f9-8f6b-64c8cf7dff11",
"Code": "sample string 4",
"Name": "sample string 5",
"Remarks": "sample string 6",
"IconPath": "sample string 7"
},
"Items": [
{
"Id": "61f1bf68-2055-487a-822b-04d8b933ee72",
"CustomerId": 2,
"POIElementTypeId": "d37fcf88-7322-47f9-8f6b-64c8cf7dff11",
"Code": "sample string 4",
"Name": "sample string 5",
"Remarks": "sample string 6",
"IconPath": "sample string 7"
},
{
"Id": "61f1bf68-2055-487a-822b-04d8b933ee72",
"CustomerId": 2,
"POIElementTypeId": "d37fcf88-7322-47f9-8f6b-64c8cf7dff11",
"Code": "sample string 4",
"Name": "sample string 5",
"Remarks": "sample string 6",
"IconPath": "sample string 7"
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}