customer_reviews__get
Retrieve a specific customer review by its ID, including optional related records like your response or review territory. Pull only the fields you need to minimize data transfer.
Instructions
Read one customer review by ID. [GET /v1/customerReviews/{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_customerReviews | No | the fields to include for returned resources of type customerReviews Return only these attributes. A full row set can exceed 200 KB. |