GET api/Settings?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": [ "eca08b17-b848-4b2b-a451-c1689a55ac00", "43c02a4c-1211-40f6-a6c8-1f167137c45a" ], "error": "sample string 1", "success": true, "errorCode": 3 }