GET api/feature/{name}
Get a feature by its name
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name |
The name of the feature to get. Pass null to be returned an empty data contract. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
The feature or null if it does not exist
Dezrez.Core.DataContracts.External.Api.Descriptions.Query.FeatureDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Id": 2 }