POST api/IndexedTagValues/ProcessTagLinks
Linking tag values
Request Information
URI Parameters
None.
Body Parameters
Linking parameters
FolderGroupLink| Name | Description | Type | Additional information |
|---|---|---|---|
| FolderId |
Source value ID |
integer |
None. |
| GroupIds |
List of target values IDs |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"folderId": 1,
"groupIds": [
1,
2
]
}
Response Information
Resource Description
Result containing the flag of successful operation
ObjResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | boolean |
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": true,
"error": "sample string 2",
"success": true,
"errorCode": 4
}
Parameter Information
link
Linking parameters
| Property | Description |
|---|---|
| FolderId (Int64) |
Source value ID |
| GroupIds (Int64[]) |
List of target values IDs |