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
ObjResultOfIListOfGuid| Name | 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": [
"0db6aa5e-d99a-4372-a441-27e1b4a1d3ea",
"af71aec8-b1eb-4d7f-8fd9-68070c344a52"
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}