[DEPRECATED] to targeted audience
POST /task
with body (application/json)
{
"appID":"xxxx",
"surveyID":"d2751efb4620669920fa627de8ff4873c*********",
"type":"specific",
"filters":{
"states":["read"],
"respondents" : ["userID"],
"answeredQuestions" : [
{
"question":"Question Value",
"answer":"answer value"
}
],
"surveysTaken" : [ ],
"facebookUserData":{
"gender":"male"
}
},
"overrideBool": true,
"newActiveStatus": true
}