ExecuteAutoCompleteSearch
Command, Introduced in version 2.46
POST https://localhost:8001/sv/001.1/api/v1/Common/Commands/ExecuteAutoCompleteSearch
Executes an auto-complete search.
Returns PopupResult[]
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
PopupTypeId | Guid | The GUID of the popup type to run the auto-complete search for.
|
|
AutoCompleteConfigurationId | Int64? | The business key identifier of the auto-complete configuration to use for the search.
|
|
Request | AutoCompleteRequest | The additional configuration data to apply to the auto-complete search.
|
Example
{
"PopupTypeId": "00000000-0000-0000-0000-000000000000",
"AutoCompleteConfigurationId": null,
"Request": null
}