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