Allows users to retrieve a list of all the available character sets that can be used for data curation.
OK
{- "numberOfPages": "10",
- "page": "1",
- "pageSize": "100",
- "total": "67",
- "values": [
- {
- "characterSet": {
- "technicalKey": "INTERNATIONAL"
}
}
]
}
Allows users to retrieve a list of all the available concepts that can be used for data curation.
OK
{- "numberOfPages": "10",
- "page": "1",
- "pageSize": "100",
- "total": "67",
- "values": [
- {
- "concept": "Address"
}
]
}
Allows users to retrieve a list of all the available features that can be used for data curation.
OK
{- "numberOfPages": "10",
- "page": "1",
- "pageSize": "100",
- "total": "67",
- "values": [
- {
- "feature": "ADDRESS_CORRECTION"
}
]
}
Allows users to retrieve a list of all the available Profiles with its features that can be used for data curation.
OK
{- "numberOfPages": "10",
- "page": "1",
- "pageSize": "100",
- "total": "67",
- "values": [
- {
- "features": [
- "ENABLE_FUZZY_ENRICHMENTS"
], - "profile": "BUSINESS_PARTNER_ONLY"
}
]
}