1. Home
  2. Knowledge Base
  3. Open Tasks REST API

Open Tasks REST API

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