Classification
Get List of Custom Classifiers
Use this API to retrieve a list of all custom classifiers. The response will include details such as the classifier name, ID, and detector type.
get/api/label-manager/v2/custom-classifiers
Query parameters
searchTermstring
The keyword used to search for classifiers.
The keyword used to search for classifiers.
mappedTermIdstring uuid
The ID of the mapped term.
The ID of the mapped term.
Response
Custom classifiers retrieved successfully.
Example response
[
{
"code": "custom_employee_id",
"name": "Employee Id",
"custom": true,
"enabled": true,
"detectorType": "DICTIONARY",
"glossaryTerm": "ID",
"description": "Detect Employee ID"
}
]