Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. REST APIs for Data Director
  6. SOAP Business Entity Service Calls
  7. Cross-reference Records and BVT Calculations Services
  8. Supporting Corporate Linkage Service
  9. External Calls to Cleanse, Analyze, and Transform Data
  10. Appendix A: Using REST APIs to Add Records
  11. Appendix B: Using REST APIs to Upload Files
  12. Appendix C: Using REST APIs to Manage Reports

Read Legal Message Configuration

Read Legal Message Configuration

The Read Legal Message Configuration REST API returns the current login page legal disclaimer.
The API uses the GET method.
Request URL
The Read Legal Message Configuration URL has the following format:
http://<host>:<port>/<context>/<path>
Make the following HTTP GET request to the Read Legal Message Configuration URL:
GET http://localhost:8080/cmx/ui/legal/config
Sample API Request
The following request returns the properties of the current color theme.
GET http://localhost:8080/cmx/ui/legal/config Content-Type: application/json
Sample API Response
The API returns a 200 OK response code after successfully retrieving the current login page legal disclaimer.
For example, you might receive the following response:
{ "messageContent":"The use of this systems may be monitored and recorded. If you access this system, you expressly consent to such monitoring and the use of the security policies enforced by the company.", "messageTitle":"Legal Disclaimer", "acceptLabel":"Accept", "rejectLabel":"Reject", "showOnce":true, "enabledApplications":[ "e360", "provisioning", "hubconsole" ] }

0 COMMENTS

We’d like to hear from you!