Question
How can I find unmapped lookup values for a tenant using an API call?
Information
The Unmapped values API allows you to list unmapped lookup values, list unmapped values by lookup type, create an unmapped value, get lookup codes for unmapped values, get unmapped lookup codes by applying search filters or facet search, and delete unmapped values.
Answer
Use the below API get the list of unmapped lookup values for a tenant
GET https://{{rdm-service}}/unmapped/rdm_tenant_name
API:
GET https://rdm.reltio.com/unmapped/<RDM TenantId>
Response:
[
{
"tenantId": "<RDM TenantID>",
"type": "rdm/lookupTypes/GENDER_LP",
"source": "MyFarTax",
"code": "U",
"value": "UNKNOWN",
"updatedBy": "9500777@fartax.com",
"updateDate": 1551215541181,
"version": 0
}
]
Comments
Please sign in to leave a comment.