GET api/LeadTag/GetTagsAutocompleteBySearch?search={search}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LeadTagsDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TagName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "TagName": "sample string 2" }, { "Id": 1, "TagName": "sample string 2" } ]