Use this resource to request the details for a mapping or the details of all mappings in the organization. You can also get transformation details such as trace level and sequence generator details for all of the transformations in a mapping or for a particular transformation type.
GET Request
You can request the following information using a mapping GET request:
•Details of all mappings in the organization
•Details for a particular mapping
•Details for the transformations in a mapping
•Details for transformations of a particular transformation type in a mapping
•An image of a mapping
Details of all mappings in the organization
To request the details of all mappings in the organization, use the following URI:
/api/v2/mapping
Details for a particular mapping
To request the details of a particular mapping, include the mapping ID or mapping name in the URI. Use one of the following URIs:
/api/v2/mapping/<id>
/api/v2/mapping/name/<name>
If you use the mapping name in the URI and the mapping name value includes a space, replace the space with %20. For example:
/api/v2/mapping/name/my%20mapping
You can also request a specific mapping by name with the following URI:
/api/v2/mapping/search?name=<name>
Details for all the transformations in a mapping
To include transformation details such as trace level and sequence information for all of the transformations in the mapping, use the following URI:
/api/v2/mapping/additionalTransformationInfo/<mapping name or mapping ID>
Details for transformations of a particular transformation type in a mapping
To include transformation details for a particular transformation type, use the following URI:
/api/v2/mapping/additionalTransformationInfoByName/<mapping name or mapping ID>?txType=<transformation type, for example, Source>
Image of a mapping
To request an image of a mapping, specify the mapping ID and whether the mapping is deployed or not. Use the following URI: