Get application versions by application key

Beta
GET
/api/v2/applications/:applicationKey/versions

Get a list of versions for a specific application in an account.

Path parameters

applicationKeystringRequired

The application key

Query parameters

filterstringOptional

Accepts filter by key, name, supported, and autoAdded. To learn more about the filter syntax, read Filtering applications and application versions.

limitlongOptional

The number of versions to return. Defaults to 50.

offsetlongOptional

Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.

sortstringOptional

Accepts sorting order and fields. Fields can be comma separated. Possible fields are creationDate, name. Examples: sort=name sort by names ascending, sort=-name,creationDate sort by names descending and creationDate ascending.

Response

Application versions response

itemslist of objectsOptional

A list of the versions for this application

totalCountintegerOptional

The number of versions for this application

Errors

Built with