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