beta_feedback_crash_submissions__get
Fetch a single beta feedback crash submission by ID with optional build and tester relationships. Retrieve only the specified fields, reducing extra API calls when reviewing crash reports.
Instructions
Read one beta feedback crash submission by ID. [GET /v1/betaFeedbackCrashSubmissions/{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_betaFeedbackCrashSubmissions | No | the fields to include for returned resources of type betaFeedbackCrashSubmissions Return only these attributes. A full row set can exceed 200 KB. |