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

Get approval implementation mode

Get approval implementation mode

Retrieves the approval implementation mode.

GET request

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

GET response

The response contains the approval implementation mode.
The following table describes the field:
Field
Description
mode
Approval implementation mode. The following modes are available:
  • RDM
    . Enables the Tasks interface and uses a pre-defined one-step approval workflow.
  • PLATFORM
    . Enables the Workflow Inbox interface and multi-step approval workflows.

GET example

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

0 COMMENTS

We’d like to hear from you!