GET api/IndexedTagValues/GetIndexedTags?mode={mode}
Deprecated endpoint. It will be removed in the upcoming versions.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IndexedTags| Name | Description | Type | Additional information |
|---|---|---|---|
| Tags | Collection of IndexedTag |
None. |
|
| TotalCount |
Number of elements in the list |
integer |
None. |
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"tags": [
{
"isAllowAssign": true,
"maxHierarchy": 2,
"strongHierarchy": true,
"isMultiplyValues": true,
"allowSearch": true,
"customTag": "sample string 6",
"id": 7,
"indexed": true,
"guid": "3ee3523b-6db1-41d8-9ca8-be40ab9453c8",
"supportFts": true,
"locked": true,
"name": "sample string 12",
"originName": "sample string 13",
"readOnly": true,
"dataType": "sample string 15"
},
{
"isAllowAssign": true,
"maxHierarchy": 2,
"strongHierarchy": true,
"isMultiplyValues": true,
"allowSearch": true,
"customTag": "sample string 6",
"id": 7,
"indexed": true,
"guid": "3ee3523b-6db1-41d8-9ca8-be40ab9453c8",
"supportFts": true,
"locked": true,
"name": "sample string 12",
"originName": "sample string 13",
"readOnly": true,
"dataType": "sample string 15"
}
],
"totalCount": 1,
"error": "sample string 2",
"success": true,
"errorCode": 4
}