---
title: "Preview import changes"
method: GET
path: "/approvalMatrix/csv/{importId}/preview"
tags: ["Approvals"]
---

# Preview import changes

`GET /approvalMatrix/csv/{importId}/preview`

Preview the changes that a specified approval matrix import will have once applied

## Path parameters

- `importId` string, required

## Response `200`

successful operation

- ApprovalMatrixImportPreview
  - `id` string
  - `uploadedBy` string
  - `segmentsToAdd` string[]
  - `segmentsToDelete` string[]
  - `approvalRoleSegmentChanges` ApprovalRoleSegmentChange[]
    - `roleName` string
    - `segmentName` string
    - `previousUserOrGroupName` string
    - `newUserOrGroupName` string

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
