List all releases
Returns a list of published releases of the products which are associated with the organization through its licenses. The releases are returned sorted by published date, with the most recent published release appearing first.
GET/v3/organizations/{organizationId}/releases
JWT
organization:release:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path | Unique identifier for the organization. |
| 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" |
| product.displayName | object | query | Display name of the associated product |
| include | array | query | Whether to include related entities in the response. |
Responses
200