Get Tenant Configuration
Gets the configuration details for an RDM tenant.
Request
GET https://{{rdm-service}}/configuration/rdm_tenant_name
Authorization:Bearer{{token}}
Response
{
"tenantId": "rdm_tenant_name",
"updatedBy": "anton.artemyev",
"updateDate": 1488449660968,
"version": 1,
"label": "rdm_tenant_label",
"lookupTypes": [
{
"uri": "rdm/lookupTypes/Gender",
"label": "Gender",
"description": "Description for Gender",
"enabled": true
},
{
"uri": "rdm/lookupTypes/Country",
"label": "Country",
"description": "Description for Country",
"enabled": true,
"attributes": [
{
"name": "Continent",
"type": "String",
"required": false,
"visible": true
},
{
"name": "Population",
"type": "Integer",
"required": false,
"visible": true
}
]
}
],
"sources": [
{
"uri": "rdm/sources/Reltio",
"label": "Reltio",
"abbreviation": "Reltio"
},
{
"uri": "rdm/sources/FB",
"label": "Facebook",
"abbreviation": "FB"
}
]
}