Event subscription api - document and project:groupID filter
I'd like the criteria for the event subscription filter of the objCode = DOCU and I'd only like to receive the payload if the document is created in a project with a specific group. How do you do this?
I've tried something like this but it does not send a payload. Is it even possible with a 2 level filter?
{"objCode": "DOCU",
"eventType": "CREATE",
"url": "https://eventfilter.yourendpoint.com",
"authToken": "EauthTokenWorkfrontRocks1234_",
"filters": [
{
"fieldName": "project:groupID",
"fieldValue": "IDxsfdsfasfsafafvalue"
}
}