Retrieve a release
Retrieves a published release of a product which is associated with the organization through its licenses.
GET/v3/organizations/{organizationId}/releases/{id}
JWT
organization:release:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path | Unique identifier for the organization. |
| id* | string | path | Unique identifier for the release. |
| include | array | query | Whether to include related entities in the response. |
Responses
200
401
403
404
429
500