GET api/IndexedTagValues?mode={mode}

Deprecated endpoint. It will be removed in the upcoming versions.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mode

integer

Required

Body Parameters

None.

Response Information

Resource Description

IndexedTags
NameDescriptionTypeAdditional 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": "cca47a54-7ca1-4cfe-b6ac-dae3d5af840c",
      "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": "cca47a54-7ca1-4cfe-b6ac-dae3d5af840c",
      "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
}