Interaction Context Enrichments REST Endpoints
Administration/Interaction Context Enrichments
Captures the operations that create or update a routing interaction context. Such a context is a short-lived map of information that is retained in an in-memory cache as part of the Industries Framework. In case a routing target specifies that it requires the publishing of a key/value pair on the context, Industries Framework automatically extracts the relevant information from the request and response and either creates or updates such an interaction context. The call to the request source is then receiving the ID of the interaction context via the ORA-INTERACTION-CTX custom HTTP header.
- Create an interaction context enrichment
- Method: postPath:
/admin/interactionContextEnrichments
- Delete an interaction context enrichment
- Method: deletePath:
/admin/interactionContextEnrichments/{id}
- Get all interaction context enrichments
- Method: getPath:
/admin/interactionContextEnrichments
- Get an interaction context enrichment
- Method: getPath:
/admin/interactionContextEnrichments/{id}
- Replace an interaction context enrichment
- Method: putPath:
/admin/interactionContextEnrichments/{id}
- Update an interaction context enrichment
- Method: patchPath:
/admin/interactionContextEnrichments/{id}