Get app

Returns a specific app.




Example:

GET /apps/1?fields=id,name,myCustomField&state=discovered&myCustomField=true

The above example returns app with id=1. Each application object will contain the id, name and myCustomField fields.

Use includeLicenses=true to include aggregated license summary.

  • Rate limit: 400 requests per minute

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≤ 2147483647

Unique app identifier

Query Params
string
Defaults to id,name,primaryOwner

List of fields to return for each application.
Allowed fields: id, name, primaryOwner, appOwners, state, category, url, imageUrl, description, tags, score, isCustom, addedBy, creationTime, isHidden, sources, vendor, activeUsersCount, lastVisitTime and all fields from /apps/fields

boolean

Include aggregated license summary for the app

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*