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": [ "4dd0deee-5b3e-4d4a-ac6b-c2b1768f7751", "6df9666c-bf1f-49df-8b66-8a1aa1bfe1ea" ], "error": "sample string 1", "success": true, "errorCode": 3 }