get https://api.toriihq.com/v1.0/users//apps
Returns list of all applications used by the user.
Filtering is available via the documented query parameters below and by custom application fields.
Multi Currency Support: The field annualCost
is returned in the license currency. To retrieve the license currency, currency
can be added to fields. Additionally, adding annualCostConverted
will return the amount based on the organization's chosen display currency.
Example:GET /users/12345/apps?fields=id,name,myCustomField&state=discovered&myCustomField=true
The above example returns a list of user applications for the user 12345. Only applications that are in discovered
state and myCustomField
is true will be returned. Each application object will contain the id
, name
and myCustomField
fields.
- Rate limit: 800 requests per minute