GET api/feature/{name}

Get a feature by its name

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.FeatureDataContract
NameDescriptionTypeAdditional information
Name

string

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Id": 2
}