Mapping

Store

post

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

flow_version_id

flow_step_id

mapping

mapping_file

Authorizations
Body
flow_version_idstringRequired
flow_step_idstringRequired
mappingstringOptional
mapping_filestringOptional
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/mapping

Generate

get

Generate for generate.

Authorizations
Path parameters
sourceEndpointstringRequired

The sourceEndpoint identifier.

destinationEndpointstringRequired

The destinationEndpoint identifier.

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/api/v1/mapping/generate/{sourceEndpoint}/{destinationEndpoint}

Show

get

Get a single mapping.

Authorizations
Path parameters
mappingstringRequired

The mapping identifier.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/mapping/{mapping}

Export

get

Export for export.

Authorizations
Path parameters
mappingstringRequired

The mapping identifier.

Responses
chevron-right
200

Successful response

application/json
objectOptional
get
/api/v1/mapping/{mapping}/export

Last updated

Was this helpful?