resource name: /open-tasks
GET
Returns all active tasks in MDCMS for a specific project
Request
Path parameters
proj Required
string
The Project ID
Example:
endpoint/mdcms/open-tasks?proj=DEMO044
Response
Example:
{"tasks": [{ "proj": "DEMO044", "task": "1", "type": "ADMIN", "summary": "test" }]}