GET adventures/features/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FeatureGETName | Description | Type | Additional information |
---|---|---|---|
Description | string |
None. |
|
IconUrl | string |
None. |
|
Id | integer |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "description": "sample string 1", "iconUrl": "sample string 2", "id": 3, "name": "sample string 4" }
application/xml, text/xml
Sample:
<FeatureGET xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myPortalApi.Models.Adventures"> <Description>sample string 1</Description> <IconUrl>sample string 2</IconUrl> <Id>3</Id> <Name>sample string 4</Name> </FeatureGET>