customer_review_responses__get
Retrieve a specific customer review response by its ID, optionally including related review and selected fields to reduce API calls. Fetches response details like body, state, and last modified date.
Instructions
Read one customer review response by ID. [GET /v1/customerReviewResponses/{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_customerReviewResponses | No | the fields to include for returned resources of type customerReviewResponses Return only these attributes. A full row set can exceed 200 KB. |