Get Tenant Configuration History
Gets the configuration history for an RMD tenant.
Request
GET https://{{rdm-service}}/configuration/rdm_tenant_name/_history
Authorization: Bearer {{token}}
Response
[
{
"user":sergei.ionin,
"date":123456789,
"value":{
"tenantId":"rdm",
"lookupTypes":[
{
"URI":"rdm/lookupTypes/Gender",
"enabled":true
}
],
"sources":[
{
"URI":"rdm/sources/Reltio",
"label":"Reltio",
"enabled":false
}
]
}
},
{
"user":sergei.ionin,
"date":123456788,
"value":{
"tenantId":"rdm",
"lookupTypes":[],
"sources":[]
}
}
]