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

verbosestring

When set to true (case-insensitive) 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

Changed in 3 of the 8 revisions of this API.65

    • removed the enum value 1 from the query request parameter verbose

      request-parameter-enum-value-removed

    • removed the enum value true from the query request parameter verbose

      request-parameter-enum-value-removed

    • response property line list-of-types was widened by adding types string to media type application/json of response 422

      response-property-list-of-types-widened

    • response property position list-of-types was widened by adding types string to media type application/json of response 422

      response-property-list-of-types-widened

    • response property start list-of-types was widened by adding types string to media type application/json of response 422

      response-property-list-of-types-widened

  • 811964783e7e15See the full diff
    • the query request parameter verbose was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value 1 to the query request parameter verbose

      request-parameter-enum-value-added

    • added the new enum value true to the query request parameter verbose

      request-parameter-enum-value-added

    • response property line list-of-types was narrowed by removing types string from media type application/json of response 422

      response-property-list-of-types-narrowed

    • response property position list-of-types was narrowed by removing types string from media type application/json of response 422

      response-property-list-of-types-narrowed

    • response property start list-of-types was narrowed by removing types string from media type application/json of response 422

      response-property-list-of-types-narrowed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog