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
POIElementTypeGroupsResultName | 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": "d311bfaa-245f-4ee5-8d9e-d9192169623f", "CustomerId": 2, "POIElementTypeId": "9b76840c-c417-4256-be0c-e7233b0f7d5c", "Code": "sample string 4", "Name": "sample string 5", "Remarks": "sample string 6", "IconPath": "sample string 7" }, "Items": [ { "Id": "d311bfaa-245f-4ee5-8d9e-d9192169623f", "CustomerId": 2, "POIElementTypeId": "9b76840c-c417-4256-be0c-e7233b0f7d5c", "Code": "sample string 4", "Name": "sample string 5", "Remarks": "sample string 6", "IconPath": "sample string 7" }, { "Id": "d311bfaa-245f-4ee5-8d9e-d9192169623f", "CustomerId": 2, "POIElementTypeId": "9b76840c-c417-4256-be0c-e7233b0f7d5c", "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 }