Hi
Below mentioned is the query I am using to find content/page based on page id, watcher and accountId of the member who has recently updated the page.
https://wmio12.atlassian.net/wiki/rest/api/content/search?cql=id=370802698 and contributor.accountid = '5cab1f74faab36165eb9cda1' and watcher.accountId ='5bc7427f65a8021356ab9f2a'
Issue related to Contributor field
Went through the CQL Advance searching Document and discovered that CQL field contributor.accountId works for both i.e created and editor.
So is there any key through with I can filter pages based on accountId of the user who has recently updated the page.
Issue related to Watcher field
In all other scenarios, the CQL watcher field works fine and returns proper results but when I pass creator accountID as a value to CQL watcher.accountId field the Query always returns result even if no watcher is watching the page.
So can some help me with this?
Regards,
Kuldeep Kushwaha