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": "bd7d2c2e-d7c5-417a-83c9-e6e07a702bb5",
"CustomerId": 2,
"POIElementTypeId": "11d140ca-6057-4894-a23f-6529b6361f85",
"Code": "sample string 4",
"Name": "sample string 5",
"Remarks": "sample string 6",
"IconPath": "sample string 7"
},
"Items": [
{
"Id": "bd7d2c2e-d7c5-417a-83c9-e6e07a702bb5",
"CustomerId": 2,
"POIElementTypeId": "11d140ca-6057-4894-a23f-6529b6361f85",
"Code": "sample string 4",
"Name": "sample string 5",
"Remarks": "sample string 6",
"IconPath": "sample string 7"
},
{
"Id": "bd7d2c2e-d7c5-417a-83c9-e6e07a702bb5",
"CustomerId": 2,
"POIElementTypeId": "11d140ca-6057-4894-a23f-6529b6361f85",
"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
}