Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Informatica Mapping Tasks API

Create, retrieve, update, and delete mapping task configurations that execute mappings with specific runtime parameters.

Informatica Mapping Tasks API is one of 12 APIs that Informatica publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 37 JSON Schema definitions.

Tagged areas include Mapping Tasks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 37 JSON Schemas.

This API exposes 6 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against 3 base URLs: https://dm-us.informaticacloud.com, https://dm-em.informaticacloud.com, https://dm-ap.informaticacloud.com.

6 operations 3 paths 5 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Servers
https://dm-us.informaticacloud.com
https://dm-em.informaticacloud.com
https://dm-ap.informaticacloud.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Informatica Mapping Tasks API declares 1 security scheme for authenticating requests. An API key is passed in the header as icSessionId (icSessionId). By default, every request must be authenticated.

  • icSessionId — The REST API session ID returned by the login endpoint. Include this value in the icSessionId header for all authenticated requests. The session expires after…

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Mapping Tasks 6

Create, retrieve, update, and delete mapping task configurations that execute mappings with specific runtime parameters.

GET
/saas/api/v2/mttask
Informatica Retrieve All Mapping Tasks in the Organization
listMappingTasks → 200401
POST
/saas/api/v2/mttask
Informatica Create a New Mapping Task
createMappingTask body → 200400
GET
/saas/api/v2/mttask/{taskId}
Informatica Retrieve a Mapping Task by Id
getMappingTask 1 param → 200404
PUT
/saas/api/v2/mttask/{taskId}
Informatica Update an Existing Mapping Task
updateMappingTask 1 param body → 200400404
DELETE
/saas/api/v2/mttask/{taskId}
Informatica Delete a Mapping Task
deleteMappingTask 1 param → 200404
GET
/saas/api/v2/mttask/name/{taskName}
Informatica Retrieve a Mapping Task by Name
getMappingTaskByName 1 param → 200404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are MappingTask (19 properties), MappingTaskCreateRequest (11 properties), MappingTaskUpdateRequest (10 properties), MappingParameter (6 properties). Each schema is shown below with its type and property counts.

MappingTaskCreateRequest
object
Request body for creating a new mapping task.
11 properties 3 required
MappingParameter
object
A parameter defined within a mapping.
6 properties
ErrorResponse
object
Error response returned when a request fails.
5 properties
MappingTaskUpdateRequest
object
Request body for updating an existing mapping task.
10 properties
MappingTask
object
Represents a mapping task that executes a mapping with specific source and target connections and runtime parameters.
19 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

informatica-mapping-tasks-api-openapi.yml Raw ↑

Other APIs Informatica publishes across the network.

Informatica Data Integration REST API
Informatica Cloud Data Governance and Catalog API
Informatica Cloud Data Profiling REST API
Informatica Cloud Address Verification API
Informatica B2B Gateway REST API
Informatica Reference 360 REST API
Informatica Authentication API
Informatica Connections API
Informatica Jobs API
Informatica Mappings API
Informatica Schedules API