Rules

Retrieves SQL rules

get

This endpoint allows fetching the defined rules for SQL operations for a given database, specified by the db path parameter. These rules likely dictate how data in specific tables and fields should be handled regarding encryption or hashing. This will be used to perform data migration

Path parameters
dbstringRequired

Database name

Responses
chevron-right
200

OK

application/json
get
/api/v1/rules/sql/{db}

Last updated