GET api/IndexedTagValues?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
IndexedTagsName | 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": "3582f2cf-05f8-4326-9692-fb8f0d4144a1", "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": "3582f2cf-05f8-4326-9692-fb8f0d4144a1", "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 }