Scan with Filter
POST https://{{rdm_uri}}/lookups/rdm_tenant_name/_scan?limit=100&filter=equals(type,'State')&sort=code&order=asc
Authorization: Bearer {{token}}
{{scroll_id}}
[
"scrollId": "CokBEoIBag9wfEFfQmlnVGVuYW50NTAwaxgAIAA",
"values": [
{
"tenantId": "rdm_tenant_name",
"updatedBy": "anton.artemyev",
"updateDate": 1488465458384,
"version": 1,
"type": "rdm/lookupTypes/State",
"code": "AR",
"enabled": true,
"sourceMappings": [
{
"source": "Reltio",
"values": [
{
"code": "AR",
"value": "Arkansas",
"enabled": true,
"canonicalValue": true,
"downStreamDefaultValue": true
}
]
}
],
"localizations": [],
"parents": [
"rdm/lookupTypes/Country/US"
],
"attributes": [
{
"name": "Population",
"value": "3000942"
}
],
"startDate": 0,
"endDate": 0
}
]
]