pre_release_versions__get
Fetch details of a specific pre-release version by ID, optionally including related builds or app data to avoid extra API calls.
Instructions
Read one pre release version by ID. [GET /v1/preReleaseVersions/{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_preReleaseVersions | No | the fields to include for returned resources of type preReleaseVersions Return only these attributes. A full row set can exceed 200 KB. |