What's New > April 2025 > New features and enhancements
  

New features and enhancements

The April 2025 release includes the following new features and enhancements.
Watch the What's New video to learn about the new features and enhancements in the April 2025 release.

Accessibility Conformance

Reference 360 has enhanced accessibility for all users in compliance with Web Content Accessibility Guidelines (WCAG) 2.2 Level A and AA standards. Our Accessibility Conformance Report (ACR) based on Voluntary Product Accessibility Template (VPAT) outlines the accessibility conformance in detail.
For more information about the accessibility conformance, see Accessibility Conformance Report.

Import and export code values

You can now import and export code values along with business IDs by using batch jobs.
For more information about importing and exporting code values by using batch jobs, see Defining reference data import jobs and Defining reference data export jobs.

Enhanced reference data asset identification

When you create a reference data asset in Reference 360 , you can now specify a unique internal ID for the asset. Use internal ID to ensure effective integration between source and target systems.
When you create or update a reference data asset, you can also specify an alias, which is an alternative label for the asset. Use an alias to rename or manage assets more effectively.
For more information about internal IDs and aliases, see Manage reference data sets.

REST API

The Reference 360 REST API includes the following enhanced resources:
codelists version 1
Use the codelists version 1 REST API to enable auto-generation of Code field values for an existing code list if the Code field is configured with a rule association. You can also retrieve the status of the code list if it's enabled with auto-generation of Code field values.
For more information about the codelists version 1 REST API, see codelists version 1.
codelists version 2
Use the codelists version 2 REST API to manage a code list based on its internal ID or alias.
Following table lists the version 2 of the REST API and the URI format:
codelists version 2 REST API
URI
create, update, move, and delete a code value
/rdm-service/external/v2/codelists/{codeListKey}/codevalues
get code value details
/rdm-service/external/v2/codelists/{codeListKey}/codevalues?Code={code}
get latest modified code values by time range
/rdm-service/external/v2/codelists/{codeListKey}/modifications?from=<from>&to=<to>[&pageSize=<page size>&page=<page number>]
get modified code value relationships in hierarchy by time range
/rdm-service/external/v2/codelists/{codeListKey}/codevalues/hierarchy/modifications?from=<from>&to=<to>[&pageSize=<page size>&page=<page number>
]
For more information about the codelists version 2 REST API, see codelists version 2.
alias generation
Use the alias generation REST API to configure aliases for existing predefined and custom assets that don't have internal IDs. The alias generation REST API runs an alias generation job and you can retrieve the job status.
For more information about the alias generation REST API, see alias generation.