GET api/Picklist/matches/{value}

Get picklist match counts by text search

Request Information

URI Parameters

NameDescriptionTypeAdditional information
value

Text search

string

Required

Body Parameters

None.

Response Information

Resource Description

PickListMatches[]

Collection of PickListMatches
NameDescriptionTypeAdditional information
Query

string

None.

Type

integer

None.

Matches

string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "Query": "sample string 1",
    "Type": 2,
    "Matches": null
  }
]