List apps
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieves information about all apps int he account, with associated metadata.
Recommended approach for retrieving all apps.
/apps
If results are truncated due to too many apps, response will include hasMore:true
and a nextKey
to retrieve the next page.
Pass the nextKey value as query parameter into the GET request to retrieve the next batch of apps.
xyz
Retrieves information about all apps in the account, with associated metadata.
NOTE: No pagination is performed so this query might be slow. It is recommended to use the paginated version of this query if possible.
/apps/all