alternative_distribution_packages__get
Retrieve a single alternative distribution package by its ID. Use the include parameter to fetch related versions in the same call, reducing extra API requests.
Instructions
Read one alternative distribution package by ID. [GET /v1/alternativeDistributionPackages/{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_alternativeDistributionPackages | No | the fields to include for returned resources of type alternativeDistributionPackages Return only these attributes. A full row set can exceed 200 KB. |