{
"groupId": 1,
"filter": "taskid = '1'"
}
curl --location --request POST '/rest/services//plotting/getProjectList' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 1,
"filter": "taskid = '\''1'\''"
}'
{
"result": [
{
"Id": 3,
"Name": "工程3",
"TaskId": "1"
}
],
"resultcode": "success"
}