I want to get view restrictions ... in bulk preferably or by webhook
First I have thought
/rest/api/content/search?cql=space=MYSPACENAME AND type=page AND lastModified >= 2024-06-01
I will get restrictions here. A "restrictions" JSON element exists, but is empty, although I have view restrictions.
with:
/rest/api/content/1257046040/restriction/byOperation
I get view restrictions, but I would need to call every page
Can I get view restriction changes by webhook?
Is there some method to get "bulk" all/delta (changed since X) view restrictions for all pages in a space?