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": "eeab1bab-7a83-49c6-a7a0-312c16908648", "locked": true, "name": "sample string 11", "originName": "sample string 12", "readOnly": true, "dataType": "sample string 14" }, { "isAllowAssign": true, "maxHierarchy": 2, "strongHierarchy": true, "isMultiplyValues": true, "allowSearch": true, "customTag": "sample string 6", "id": 7, "indexed": true, "guid": "eeab1bab-7a83-49c6-a7a0-312c16908648", "locked": true, "name": "sample string 11", "originName": "sample string 12", "readOnly": true, "dataType": "sample string 14" } ], "totalCount": 1, "error": "sample string 2", "success": true, "errorCode": 4 }