GET api/IndexedTagValues/GetCustomTags
Getting custom tags
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of tags
ObjResultOfProperty[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Property |
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:
{
"data": [
{
"id": 1,
"indexed": true,
"guid": "47ed7389-fc20-4bfe-a851-847322ca460b",
"supportFts": true,
"locked": true,
"name": "sample string 6",
"originName": "sample string 7",
"readOnly": true,
"dataType": "sample string 9"
},
{
"id": 1,
"indexed": true,
"guid": "47ed7389-fc20-4bfe-a851-847322ca460b",
"supportFts": true,
"locked": true,
"name": "sample string 6",
"originName": "sample string 7",
"readOnly": true,
"dataType": "sample string 9"
}
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}