review_submissions__get
Fetch a single review submission by ID to inspect its state, platform, and related records. Avoids extra calls by including relevant relationships in one request.
Instructions
Read one review submission by ID. [GET /v1/reviewSubmissions/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| fields_reviewSubmissions | No | the fields to include for returned resources of type reviewSubmissions Return only these attributes. A full row set can exceed 200 KB. |