Add Row to Review Table
Adds a file to an existing review table as a new row and populates the new row’s cells for every existing visible column.
The file must belong to the same Vault project the review table was created from and must have finished processing. Use List Files in Project or Get Files to check a file’s processing_status before adding it.
The run is asynchronous: a successful response means the request was accepted and the row was scheduled for execution. Poll Get Review Table Row Details with the same review_table_id and file_id until the row’s cells are returned.
A file that already has a row in the table is rejected with 409. Adding a file whose row was previously deleted from the table restores that row rather than creating a duplicate.
The review_table_id path parameter is the review table’s integer ID — the same value as review_table_ids entries in Get Vault Project Metadata and as review_table_id in the Get Review Table Metadata response.
Permissions
RequiresVault API permission and permission to modify workspace projects.Path Parameters
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.
The ID of the file to add. The file must belong to the review table's Vault project and must have finished processing.
Response
Review run scheduled successfully for the new row