resource name: /levels
GET
Returns all levels defined in MDCMS or all level for a specific application
Request
Path parameters
appl
string
The application code containing the levels to list
Example:
endpoint/mdcms/levels?appl=TEST
Response
Example:
{"levels": [ { "appl": "TEST", "lvl": "10", "desc": "T8 Dev" }, { "appl": "TEST", "lvl": "11", "desc": "T8 Dev 2" }, { "appl": "TEST", "lvl": "30", "desc": "T8 QA (local)" }, { "appl": "TEST", "lvl": "50", "desc": "T8 Prod (local)" } ]}