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
ObjResultOfIListOfGuidName | 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": [ "91efa354-9890-41b3-a869-a4a41d6d96db", "19183686-3ad3-4a9d-8d39-dbf620feb488" ], "error": "sample string 1", "success": true, "errorCode": 3 }