apps__pre_release_versions__list
List pre-release versions for an app by providing its identifier. Supports pagination with limit or next URL.
Instructions
List the pre release versions belonging to an app. [GET /v1/apps/{id}/preReleaseVersions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| limit | No | maximum resources per page | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. |