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