GET apps
Summary: Returns a paginated list of APPROVED or SUSPENDED apps
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
- 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
Parameters (6)
isOwner
(boolean, query, optional)
Whether this result should only contain apps that are owned by this user
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
userId
(string, query, optional)
The unique id of the user requesting this resource
No probe data for this endpoint yet.