Skip to content

Open Tasks REST API

Published: 2024-05-15

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"
}]}