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": [ "999e05f5-3b56-452e-81a1-3cf3a15d2e6c", "58b7bee3-4fee-4010-81b6-db339b68f167" ], "error": "sample string 1", "success": true, "errorCode": 3 }