List all releases
Returns a list of releases. The releases are returned sorted by creation date in ascending order.
GET/v3/releases
JWT
release:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| page | integer | query | The page number. |
| limit | integer | query | The number of records per page. Must be a number between 1 and 100. |
| sort | string | query | The sort string to sort the returned records e.g. "-createdAt" |
| productId | object | query | Unique identifier for the product. |
| name | object | query | Release name |
| platform | object | query | Release platform |
| channel | object | query | Release channel |
| version | object | query | Release version |
| published | boolean | query | Whether the release is published. |
| private | boolean | query | Whether the release is private. |
| archived | boolean | query | Whether the release is archived. |
| search | string | query | Search string. |
| id | object | query | ID of the resource. |
| createdAt | object | query | Date of creation |
| updatedAt | object | query | Date of last update |
Responses
200
401
403
429
500