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.


Query params:

Query paramDescriptionDefault value
fieldsList of fields to return for each application.
Allowed fields: id, name, primaryOwner, appOwners, state, category, url, imageUrl, description, tags, users, score, isCustom, addedBy, creationTime, isHidden, lastUsageTime, sources, vendor, expenses, activeContractsTotalValue and all fields from /apps/fields
id,name,primaryOwner


  • Rate limit: 400 requests per minute

Language
Credentials
Header
Click Try It! to start a request and see the response here!