GET api/Picklist/matches/{value}
Get picklist match counts by text search
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| value |
Text search |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
PickListMatches[]
Collection of PickListMatches| Name | Description | Type | Additional 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
}
]