List All Items for a Mapping

Topics:

Use the following REST call to list all items for a mapping. This REST call is available as of Version 3.11.

GET: /api/v1/sourcesystem/integration/mapping/{mappingId}

Topics:

Parameters: Integration Point ID

Example:

GET https://localhost:9500/api/v1/sourcesystem/integration/mapping/4ca397e9-7c39-432f-abe7-c150f193e11b

-- response --

{
  "status": "OK",
  "code": 0,
  "message": null,
  "developerMessage": null,
  "responseType": "java.util.ArrayList",
  "response": [
    {
      "id": "efc256fc-989a-49e7-85c0-316f7519db9a",
      "mappedItem": "MNAME",
      "mappingId": "4ca397e9-7c39-432f-abe7-c150f193e11b",
      "idsDocElementId": "ddf07c78-b8f8-4fde-9415-d114a9cfc1bc",
      "linkSourceName": null,
      "linkSourceId": null,
      "codeSourceName": null,
      "codeSet": null,
      "codeValue": null,
      "serviceLevelAgreement": null
    },
    {
      "id": "18440f2a-22c1-4c09-891a-bb82eedf5d6c",
      "mappedItem": "LNAME",
      "mappingId": "4ca397e9-7c39-432f-abe7-c150f193e11b",
      "idsDocElementId": "3f412216-f7ad-4f5a-a726-9ef54711b9a7",
      "linkSourceName": null,
      "linkSourceId": null,
      "codeSourceName": null,
      "codeSet": null,
      "codeValue": null,
      "serviceLevelAgreement": null
    },
{
      "id": "cb1af21e-7335-4dbd-85fa-82eaf27d2634",
      "mappedItem": "FNAME",
      "mappingId": "4ca397e9-7c39-432f-abe7-c150f193e11b",
      "idsDocElementId": "62745a35-1790-4994-a39a-efb0dc63d142",
      "linkSourceName": null,
      "linkSourceId": null,
      "codeSourceName": null,
      "codeSet": null,
      "codeValue": null,
      "serviceLevelAgreement": "super SLA"
    }
  ],
  "exception": null
}