Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Introducing Reference 360
  3. Getting started with Reference 360
  4. Manage system reference data
  5. Manage reference data sets
  6. Manage code lists
  7. Manage code values
  8. Manage crosswalks
  9. Import data
  10. Manage hierarchies
  11. Manage attributes
  12. Manage workflows
  13. Manage jobs
  14. Monitor Reference 360
  15. Reference 360 REST API
  16. Glossary

Reference 360

Reference 360

Resources

Resources

The API resources in this section apply specifically to the
Reference 360
service.
The following table describes the resources that you can use:
Resource
Description
configuration
Configures the
Reference 360
organization with settings, such as the approval mode configuration and approval implementation mode.
model
Exports or imports reference data sets, including their code lists and crosswalks, and hierarchies.
import
Imports code values, value mappings, and hierarchy relationships. Checks the status of an import job, and retrieves the details of a failed import job.
audit trail
Retrieves the history of specified assets.
export
Exports the data in code lists, crosswalks, and hierarchies to a CSV file or the JSON format.
rds
Lists reference data sets, the details of a reference data set, history of a reference data set, and the code lists in a reference data set.
codelists
Lists the details of a code list, history of a code list, the details of a code value, and the crosswalks associated with a code list. Lists the modified code values in a code list, history of code values of a code list, the modified code value relationships in a hierarchical code list, history of code value hierarchies, and the modified code lists. Deletes code values that you no longer need. Moves a code value to another node within the same hierarchical code list without locking the code list. Exports a subset of code values in a hierarchical code list. You can also unlock code lists locked by other users.
crosswalks
Lists the details of a crosswalk, history of a crosswalk, value mappings for a code value, history of value mappings of a crosswalk, and the job details of a crosswalk cleanser job. Deletes value mappings of a crosswalk, and duplicate mappings of a crosswalk.
hierarchies
Lists hierarchies, history of a hierarchy, hierarchy details, hierarchy model relationships, and history of hierarchy relationships.
enums
Lists system reference data values, adds system reference data values, updates system reference data values, and deletes system reference data values.

0 COMMENTS

We’d like to hear from you!
Vadim Boiarkin - April 24, 2025

Can I get an Object ID (codelist, crosswalk) if I know only its name somehow? Can I obtain a list of all objects?

Informatica Documentation Team - April 24, 2025

Hi Vadim,

The ID of an asset, such as a codelist or crosswalk, appears in the URL when you open the asset. For more information, see Asset IDs.

You can use the Reference 360 REST APIs to get a list of assets. For example to get a list of reference data sets, see Get reference data sets. To get a list of code lists, see Get code lists. To get the list of crosswalks for a code list, see Get crosswalks for a code list.

Hope this helps.

Thanks,

Informatica Documentation team