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

Unlock a code list (v3)

Unlock a code list (v3)

Unlocks a code list that's locked by another user based on the internal ID or alias.
To use the API, you require the
Informatica Intelligent Cloud Services
Reference 360
Administrator role.

PUT request

To unlock a code list based on an internal ID or alias, submit a PUT request with the following URI:
/rdm-service/external/v3/codelists/{codeListKey}/unlock

PUT request query parameters

The following table describes the parameter in the request:
Parameter
Type
Description
codeListKey
String
Internal ID or alias of a code list that you want to unlock.

PUT response

A 202 accepted response is returned.

PUT example

To unlock a code list based on the internal ID or alias, you might use the following request:
PUT https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v3/codelists/sap_country/unlock HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
The following sample response shows the accepted response:
HTTP/1.1 202 Accepted

0 COMMENTS

We’d like to hear from you!