Something along these lines will do the work:
POST it to /services//data/EntityQuery
{
"typeName": "Note",
"fields": [ "Comment"],
"where": {
"leftExpression": {
"fieldName": "AttachedTo"
},
"operator": "Equal",
"rightExpression": {
"value": "/Project/<InsertProjectIdHere>"
},
}
}
Comment actions