GET api/Settings/GetHiddenTags?roleId={roleId}
Getting blocked (hidden) tags
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| roleId |
Role ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Result containg a list of blocked (hidden) tags
ObjResultOfIListOfGuid| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of globally unique identifier |
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": [
"25604fcb-8221-489e-bb7a-819d99bb241e",
"7f8fdc03-98f9-45ec-b7c1-a4b0da756672"
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}