{
"filter": "taskid = '1'"
}
curl --location --request POST '/rest/services//plotting/getAllGroupAndProject' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": "taskid = '\''1'\''"
}'
{
"result": [
{
"GroupId": 1,
"GroupName": "qq0q",
"ProjectList": [
{
"ProjectId": 3,
"ProjectName": "工程3",
"TaskId": "1"
}
]
}
],
"resultcode": "success"
}