Get application versions by application key
BetaGet a list of versions for a specific application in an account.
Path parameters
applicationKey
The application key
Headers
Authorization
Query parameters
filter
Accepts filter by key
, name
, supported
, and autoAdded
. To learn more about the filter syntax, read Filtering applications and application versions.
limit
The number of versions to return. Defaults to 50.
offset
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
.
sort
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
_links
The location and content type of related resources
items
A list of the versions for this application
totalCount
The number of versions for this application