editable | sourcePath |
---|---|
false |
en/_api-ref/datasphere/v2/api-ref/Community/getRestrictionsMeta.md |
Get meta information about available restrictions.
GET https://datasphere.{{ api-host }}/datasphere/v2/communities/restrictionsMeta
HTTP Code: 200 - OK
{
"restrictionsMeta": [
{
"name": "string",
"valueType": "string"
}
]
}
#| ||Field | Description || || restrictionsMeta[] | RestrictionMeta
List of restrictions. || |#
#| ||Field | Description || || name | string
Name of restriction. || || valueType | enum (RestrictionValueType)
Value type of restriction.
RESTRICTION_VALUE_TYPE_UNSPECIFIED
BOOLEAN
LONG
STRING
|| |#