GET api/KMLLayer/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of KMLLayerModel
NameDescriptionTypeAdditional 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
  },
  {
    "ID": 1,
    "DisplayName": "sample string 2",
    "SavedName": "sample string 3",
    "BlobURI": "sample string 4",
    "CompanyID": 5
  }
]

text/xml

Sample:
<ArrayOfKMLLayerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.Models">
  <KMLLayerModel>
    <BlobURI>sample string 4</BlobURI>
    <CompanyID>5</CompanyID>
    <DisplayName>sample string 2</DisplayName>
    <ID>1</ID>
    <SavedName>sample string 3</SavedName>
  </KMLLayerModel>
  <KMLLayerModel>
    <BlobURI>sample string 4</BlobURI>
    <CompanyID>5</CompanyID>
    <DisplayName>sample string 2</DisplayName>
    <ID>1</ID>
    <SavedName>sample string 3</SavedName>
  </KMLLayerModel>
</ArrayOfKMLLayerModel>