POST api/IndexedTagValues/SaveBrowseList
Saving the tag list for the filters panel
Request Information
URI Parameters
None.
Body Parameters
Configuring the tag list
BrowseListData| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode |
List type |
integer |
None. |
| Ids |
Tag IDs |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"mode": 1,
"ids": [
1,
2
]
}
Response Information
Resource Description
Flag of successful operation
booleanResponse Formats
application/json, text/json
Sample:
true
Parameter Information
data
The tag list configuration
| Property | Description |
|---|---|
| Mode (Int32) |
List type |
| Ids (IEnumerable`1) |
Tag IDs |