Catalog Search V1
Get Search Fields
Use this API to retrieve a list of all catalog search fields. The response will include details such as the search field names, data types, and supported operators.
get/api/data-governance/v1/field-details
Response
OK
Example response
{
"searchFields": [
{
"searchFieldName": "name",
"searchFieldDataType": "string",
"operators": [
"EQ"
]
}
]
}