GET apps/versions

openchannel.io:market

Summary: Returns a paginated list of AppVersions
Operation ID:
Auth: unknown
Description

- 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

Parameters (5)

developerId (string, query, optional)

The unique id of the developer requesting this resource

limit (integer, query, optional)

The maximum number of results to return per page

pageNumber (integer, query, optional)

The result set page number to be returned

query (string, query, optional)

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

sort (string, query, optional)

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

No probe data for this endpoint yet.