Skip to content

Applications REST API

Published: 2024-05-15

Resource Name

/applications

GET

Returns all applications defined in MDCMS

Request

There are no parameters for this request.

Response

Example:

{"applications": [
      {
      "appl": "CSSB",
      "desc": "CSSB"
   },
      {
      "appl": "MD",
      "desc": "MD Settings and Updates"
   },
      {
      "appl": "TEST",
      "desc": "Test Primary App"
   },
      {
      "appl": "TSTB",
      "desc": "Test Primary äpplicatiön$"
   },
      {
      "appl": "WS",
      "desc": "WebSmart"
   }
]}