GET api/KMLLayer/Get?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
KMLLayerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DisplayName | string |
None. |
|
| SavedName | string |
None. |
|
| BlobURI | string |
None. |
|
| CompanyID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"DisplayName": "sample string 2",
"SavedName": "sample string 3",
"BlobURI": "sample string 4",
"CompanyID": 5
}
text/xml
Sample:
<KMLLayerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.Models"> <BlobURI>sample string 4</BlobURI> <CompanyID>5</CompanyID> <DisplayName>sample string 2</DisplayName> <ID>1</ID> <SavedName>sample string 3</SavedName> </KMLLayerModel>