Skip to main content
Version: Next

RLSRestApi.get_list

changed_by object
first_namestring
idinteger
last_namestring
changed_on_delta_humanized
clausestring

clause_description

descriptionstring

description_description

filter_typestring

filter_type_description

Possible values: [Regular, Base]

group_keystring

group_key_description

idinteger

id_description

namestring

name_description

roles object[]
  • Array [
  • idinteger
    namestring
  • ]
  • tables object[]
  • Array [
  • idinteger
    schemastring
    table_namestring
  • ]
  • RLSRestApi.get_list
    {
    "changed_by": {
    "first_name": "string",
    "id": 0,
    "last_name": "string"
    },
    "clause": "string",
    "description": "string",
    "filter_type": "Regular",
    "group_key": "string",
    "id": 0,
    "name": "string",
    "roles": [
    {
    "id": 0,
    "name": "string"
    }
    ],
    "tables": [
    {
    "id": 0,
    "schema": "string",
    "table_name": "string"
    }
    ]
    }