Excerpt |
---|
Delivers a list of predicate-matching objects to a secondary recipient. Any request returning an object list triggers this Webhook webhook directly before the return. Applies whenever object lists are part of the HTTP response: - Search Queriesqueries
- Object ImportsIiports
- Object GETs
- Object Metadata Updatesmetadata updates
- Moving Contentcontent
|
Thus, for example, properties can be extracted in order to hide them for specified individual users.
The body contains the object list that will be returned. In most cases, this list is of length 1. Only for the search endpoint, there are also numItems
, hasMoreItems
and totalNumItems
. The body is modified by the Webhook webhook and returned afterwards.
The predicate
is applied to every single object in the list. The Webhook webhook is triggered for the whole object list as soon as one object satisfies the predicate.