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. Reference 360 REST API
  15. Glossary

Reference 360

Reference 360

Get approval mode configuration

Get approval mode configuration

Retrieves the approval mode configuration.

GET request

To get the approval mode configuration, submit a GET request with the following URI:
/rdm-service/external/v1/configuration/approval

GET response

The response contains the approval mode.
The following table describes the field:
Field
Description
mode
Approval modes. The following modes are available:
  • DIRECT_PUBLISH_AND_APPROVAL
  • DIRECT_PUBLISH
  • APPROVAL

GET example

To retrieve the approval mode, you might use the following request:
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/configuration/approval HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
The following sample response shows the approval mode:
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 31 { "mode" : "DIRECT_PUBLISH" }

0 COMMENTS

We’d like to hear from you!