---
title: "Preview resulting row from inputs"
method: POST
path: "/v1/table/views/{view_id}/preview-row"
tags: ["Table View"]
---

# Preview resulting row from inputs

`POST /v1/table/views/{view_id}/preview-row`

Preview the resulting row from given inputs in a specific table view.

## Path parameters

- `view_id` string, uuid, required

## Request body

- PreviewTableRow
  - `context` BaseRequestContext
    - `projectId` string, uuid
    - `processPublicId` string, uuid, nullable
    - `processSectionPublicId` string, uuid, nullable
    - `processResponsePublicId` string, uuid, nullable
  - `rowData` object, required

## Response `200`

Successfully generated a preview of the row.

- object
  - `metadata` object
  - `data` object
    - `publicId` string
    - `rowData` object
    - `sortOrder` integer

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table view not found.

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
