Get a list of versions for a specific application in an account.
The application key
Accepts filter by key
, name
, supported
, and autoAdded
. To learn more about the filter syntax, read Filtering applications and application versions.
The number of versions to return. Defaults to 50.
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
.
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.
Application versions response
The location and content type of related resources
A list of the versions for this application
The number of versions for this application