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": [ "b0b735a0-bd36-492c-be75-4739b9a200a0", "50d671a6-d04f-42e4-9c2b-e70d6b76bd18" ], "error": "sample string 1", "success": true, "errorCode": 3 }