v1
latestOpenAPI 3.0.02026-07-147249104.6 KBapps : Find and modify apps
Returns a paginated list of APPROVED or SUSPENDED apps
- Results are paginated and the default is value is 1000 if no limit is provided
- If no query is specified, returns all APPROVED or SUSPENDED apps within the marketplace
get/apps
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
userIdstring
The unique id of the user requesting this resource
isOwnerboolean
Whether this result should only contain apps that are owned by this user
Response
OK