Skip to main content
GET
Get Review Table Row Details

Permissions

Requires Vault API permission.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

review_table_id
integer
required

The review table ID (integer). This is the same value as review_table_ids entries returned by Get Vault Project Metadata and as review_table_id returned by Get Review Table Metadata.

file_id
string<uuid>
required

The file ID corresponding to the row. A file that is part of a file group resolves to the group's row.

Response

Review table row returned successfully

assigned_user
string<email>

Email of the user assigned to the row

event_id
integer

The review table ID (same value as the path parameter)

file_id
string<uuid>

Echoes the requested file ID. For a row that covers a file group, this is the requested member file rather than an identifier of the row itself.

is_assigned
boolean

Whether the row is assigned to a user

updated_at
string

Timestamp when the row was last updated

response
object

The review table response containing cells