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
JWTorganization:release:read

Path parameters

organizationIdstringrequired

Unique identifier for the organization.

Query parameters

pageinteger

The page number.

Range: [1, 2147483647]Format: int32

limitinteger

The number of records per page. Must be a number between 1 and 100.

Range: [1, 100]Format: int32

sortstring

The sort string to sort the returned records e.g. "-createdAt"

Pattern: ([+-]\w*\.*\w*){1}(\|[+-]\w*){0,5}

product.displayNameobject

Display name of the associated product

channelobject

Release channel

includearray of string

Whether to include related entities in the response.

Response

200 OK

idstringrequired
createdAtstringrequired

Format: date-time

updatedAtstringrequired

Format: date-time

namestringrequired
channelstringrequired
versionstringrequired
platformsarray of stringrequired
notesstringrequired
totalFilesintegerrequired

Format: int32

productobjectrequired
publishedAtstring

Format: date-time

filesarray of object