GET api/locations/{id}
Get Locations by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
location id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
res_data| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Object |
None. |
|
| success | boolean |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {},
"success": true,
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<SQLFunction.res_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTapi20.AppsDAL"> <message>sample string 3</message> <success>true</success> <data /> </SQLFunction.res_data>