Fetches metadata for a single review table by its ID, including its title, creation timestamp, and the list of file IDs associated with it.
Use the review_table_ids returned by Get Vault Project Metadata to enumerate available review tables in a project. Once you have a review_table_id, you can:
title, created_at, and file_ids.review_table_id and file_id to retrieve row-level data for a specific file.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The integer ID of the review table. Obtain this from the review_table_ids array in the Get Vault Project Metadata response.
Review table metadata returned successfully