MDChange REST API
MDCMS REST API Documentation - Midrange Dynamics.
Version 8.6
Published May 9, 2024
Overview
In the API Catalogue below, there is a list of all REST API Resources, currently published in an active version of MDCMS.
For each resource, each valid method (GET, POST, PUT, DELETE) for the resource is described along with a list of parameters, example request, and example response.
All payloads for MDCMS APIs must be in JSON format.
URI Formats
The URIs for resources always have the following structure:
https://[Defined URL Endpoint in MDCMS]
(1)/ [resource-name]
(2)
-
Defined URL Endpoint in MDCMS from Interfaces setup. e.g.
devbox.mycompany.com/mdcmstest
-
Resource-name from API Catalogue below. e.g.
/applications
For example: https://devbox.mycompany.com/mdcmstest/applications
Select from the following sections:
MDChange REST API Catalogue | A catalogue of MDChange REST APIs and their attributes. |
Configure the MDChange REST API Server | Configure the HTTP server for REST APIs |
Authenticate Requests to the MDChange REST API Server | How to create and use an authentication token used by the MDChange REST APIs |
Setup SSL on IBM i | Before an HTTP Server Instance can be HTTPS enabled, TLS/SSL must first be configured for the whole IBM i server. |
Info
You can download a PDF version of this guide here.
Troubleshoot Connectivity
The following wiki articles may be useful for resolving connectivity issues in MD Products
MDCMS/MDOPEN Connectivity Troubleshooting |
SSL TLS Error Codes on IBM i |