---
title: "Add Row to Table"
method: POST
path: "/v1/table/{table_id}/row"
tags: ["Table"]
---

# Add Row to Table

`POST /v1/table/{table_id}/row`

Add a new row to the specified table.

## Path parameters

- `table_id` string, uuid, required

## Request body

- CreateTableRows
  - `context` BaseRequestContext
    - `projectId` string, uuid
    - `processPublicId` string, uuid, nullable
    - `processSectionPublicId` string, uuid, nullable
    - `processResponsePublicId` string, uuid, nullable
  - `rows` TableRowAction[], required
    - `context` BaseRequestContext
      - `projectId` string, uuid
      - `processPublicId` string, uuid, nullable
      - `processSectionPublicId` string, uuid, nullable
      - `processResponsePublicId` string, uuid, nullable
    - `rowData` object, required
    - `sortOrder` number

## Response `200`

Successfully added rows to the table view.

- object
  - `metadata` object
  - `data` object[]
    - `publicId` string
    - `rowData` object
    - `sortOrder` number

## Other responses

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

---

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