v1

latestOpenAPI 3.0.42026-08-062942352.0 MB
Profile

List all releases

Returns a list of published releases which can be downloaded by the currently authenticated user. The releases are returned sorted by published date, with the most recent published release appearing first.

get/v3/me/releases

Query parameters

pageinteger

The page number.

limitinteger

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

sortstring

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

eqstring string

Matches values that are equal to the specified value.

nestring string

Matches values that are not equal to the specified value.

swstring string

Matches values that start with the specified value.

ewstring string

Matches values that end with the specified value.

cnstring string

Matches values that contain the specified value.

ncstring string

Matches values that do not contain the specified value.

instring comma-separated-values

Matches any of the values specified.

ninstring comma-separated-values

Matches none of the values specified.

Display name of the associated product

includeIncludeReleaseProperties[]

Whether to include related entities in the response.

Response

OK

idstring required
createdAtstring date-time required
updatedAtstring date-time required
namestring required
channelstring required
versionstring required
platformsstring[] required
notesstring required
totalFilesinteger required
publishedAtstring date-time nullable