GET api/feature/suggest?name={name}

Get feature suggestions for value Processes this feature API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

The value to retrieve suggestions for.

string

Required

Body Parameters

None.

Response Information

Resource Description

The feature suggestions or null if none exist

Collection of FeatureDataContract
NameDescriptionTypeAdditional information
Name

The name value.

string

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json, text/json

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