get https://api.toriihq.com/v1.0/apps
Returns a list of apps used in the organization.
Filtering is available via the documented query parameters below and by custom application fields.
Example:GET /apps?fields=id,name,myCustomField&state=discovered&myCustomField=true
The above example returns a list of applications that are in discovered
state and myCustomField
is true. Each application object will contain the id
, name
and myCustomField
fields.
- Rate limit: 200 requests per minute