Mapping

Execute saved mapping

Invokes the saved mapping transform. The request body is treated as the input, converted according to the request Content-Type.

post/Mapping/{mappingId}

Path parameters

mappingIdstring required

The ID of the saved mapping

Query parameters

verbose'true' | '1'

When set to true or 1, returns the full evaluation report instead of the raw result.

Request body

object required

Response

Mapping result (any JSON). When ?verbose is enabled, returns a VerboseReport.

Changes