As of Version | 2.0 |
---|---|
HTTP Method | POST |
Response Format | JSON |
Description | Any request returning an object list triggers this Webhook directly before the return. Thus, for example, properties can be extracted in order to hide them for specified 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 The |
Requirements for external endpoint | The target URL must be a POST endpoint accepting and returning a list of objects |
Affected API Requests | POST /api/dms/objects/{objectId} POST /api/dms/objects/{objectId}/actions/move/contents/repositories/{repositoryId} GET /api/dms/objects/{objectId}/versions |
Restart Service | API-gateway service, Repository service |
Header | Authorization-Header |
Example Request Body | { "objects" : [ { "properties" : { "appEmail:subject" : { "value" : "any subject" }, "appEmail:to" : { "value" : [ "user1@example.de" ] } } }, { "properties" : { "appEmail:subject" : { "value" : "another subject" }, "appEmail:to" : { "value" : [ "user2@example.de" ] } } } ], "numItems" : 2, "hasMoreItems" : true, "totalNumItems" : 356 } |
Example Predicate | Check if the object type is appEmail:email .
|
Manage space
Manage content
Integrations