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 Mappings API

Retrieve mapping definitions and metadata for data integration mappings within the organization.

Informatica Mappings 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 Mappings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 37 JSON Schemas.

This API exposes 4 operations across 4 paths, and defines 4 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.

4 operations 4 paths 4 schemas 4 GET

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 Mappings 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 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Mappings 4

Retrieve mapping definitions and metadata for data integration mappings within the organization.

GET
/saas/api/v2/mapping
Informatica Retrieve All Mappings in the Organization
listMappings → 200401
GET
/saas/api/v2/mapping/{mappingId}
Informatica Retrieve a Mapping by Id
getMapping 1 param → 200404
GET
/saas/api/v2/mapping/name/{mappingName}
Informatica Retrieve a Mapping by Name
getMappingByName 1 param → 200404
GET
/saas/api/v2/mapping/search
Informatica Search for Mappings by Name
searchMappings 1 param → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Mapping (23 properties), MappingInOutParameter (10 properties), MappingParameter (6 properties), ErrorResponse (5 properties). Each schema is shown below with its type and property counts.

MappingParameter
object
A parameter defined within a mapping.
6 properties
Mapping
object
Represents a data integration mapping definition that specifies data transformation logic between sources and targets.
23 properties
ErrorResponse
object
Error response returned when a request fails.
5 properties
MappingInOutParameter
object
An in-out parameter defined within a mapping.
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

informatica-mappings-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 Mapping Tasks API
Informatica Schedules API