...
As of Version | 2020 Winter | ||
---|---|---|---|
HTTP Method | POST | ||
Response Format | JSON | ||
Predicate | The predicate is applied on allobjects of the | ||
Description | The Interceptor allows for manipulation of the metadata before storing in the database. It can be trigger by
The take-off point of the interceptor is after the REPOSITORY service. The initial request body is already normalized, validated and enriched with system properties as can be seen in the examples provided below. The enriched multipart request body is taken by the interceptor. It always contains a Within the interceptor, any user-defined operation can be executed on the corresponding metadata, e.g. by calling an external endpoint. Afterwards, the modified multipart has to be routed back to continue the regular process at the suitable point. If the interceptor should continue the regular process exactly at the take-off point, pass the multipart to | ||
Requirements for external endpoint | The target URL must be a POST endpoint accepting a multipart request body and returning a list of objects. | ||
Affected API Requests | POST /api/dms/objects/{objectId} | ||
Restart Service | Repository service | ||
Header | Authorization-Header | Predicate | The predicate is applied on all objects of the object list in the "data" part. If at least one object matches, the interceptor is called. |
Examples
Import with Content
...