v1

latestOpenAPI 3.0.02026-07-147249104.6 KB
apps : Find and modify apps

Returns a paginated list of AppVersions

  • Results are paginated when limit is set, otherwise all results are returned
  • If no query is specified, returns all AppVersions within the marketplace
  • Only returns AppVersions owned by this developer
get/apps/versions

Query parameters

querystring

A query document. Example: {'name':'MyApp'} matches all the apps that have the name 'MyApp'

sortstring

A sort document. Example: {'name':1} sorts the results by name in ascending order

pageNumberinteger

The result set page number to be returned

limitinteger

The maximum number of results to return per page

developerIdstring

The unique id of the developer requesting this resource

Response

OK