GET api/Tag/AutoCompleteTagV2?term={term}&isMembershipTag={isMembershipTag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| term | string |
Required |
|
| isMembershipTag | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of Tagd| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| m | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"m": true
},
{
"Name": "sample string 1",
"m": true
}
]
application/xml, text/xml
Sample:
<ArrayOfTagController.Tagd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TBT.Api">
<TagController.Tagd>
<Name>sample string 1</Name>
<m>true</m>
</TagController.Tagd>
<TagController.Tagd>
<Name>sample string 1</Name>
<m>true</m>
</TagController.Tagd>
</ArrayOfTagController.Tagd>
