---
title: "Ex Get Row By Id"
method: GET
path: "/v2/module/table/{id}/row/{row_id}"
tags: ["Table Module"]
---

# Ex Get Row By Id

`GET /v2/module/table/{id}/row/{row_id}`

Fetch Row for table.

## Path parameters

- `id` string, required
- `row_id` string, required

## Headers

- `authorization` string, required — The authorization token can be retrieved by calling the OAuth authentication API. The value for this header parameter follows the format "Bearer &nbsp;&nbsp; `access_token`" (excluding the quotes). For example: <br /> `Bearer MZA1YJMYZDKTZTFMMI0ZYZG1LTLMMDGTYTG4NJG2YZC3NJGY`

## Response `200`

Successful Response

- RowResponse
  - `id` string, required
  - `collaborators` CollaboratorsResponse, required
    - `users` ServicesTableSchemaCollaboratorsUserResponse[], required
      - `id` string, required
      - `name` string, required
      - `email` string, required
      - `permission` string
    - `teams` ServicesTableSchemaCollaboratorsTeamResponse[], required
      - `id` string, required
      - `name` string, required
      - `permission` string
      - `user_ids` string[]
    - `entity` EntityCollaborationResponse
      - `allow_collaboration` boolean, required
      - `allow_edit` boolean, required
      - `entity_column` string, required
      - `permission` string
  - `source` Source, required
    - `type` 'TEMPLATE' | 'RISK_ASSESSMENT' | 'ENTITY' | 'PROJECT_COMPONENT' | 'OTHER' | 'TABLE', required — An enumeration.
    - `value` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `values` object, required
  - `permitted` boolean
  - `record_source` RecordSource
    - `type` string, required
    - `value` string, required
    - `args` object, required
  - `overrided_values` object
  - `archived_at` string, date-time

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.dev/expent/apis/expent-apis.md) · [All operations](https://skmtc.dev/expent/apis/expent-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expent/expent-apis/revisions/ce1d50af5e2c/schema)
