Applications
get
https://app.trelica.com/api/
apps/v1
List applications
The
q
parameter lets you pass a simple text query. This searches the following fields:Field value matches query exactly | Field value contains query text |
---|---|
App ID | App name |
| Vendor name |
Filter | Results |
---|---|
name eq "zoom" | Returns Zoom |
name sw "bam" | Applications starting with "Bam", e.g. BambooHR |
vendor[name eq "Microsoft"] | Applications where the vendor name is Microsoft |
licenses[renewalDate ge "2022-01-01"] | All applications with licenses that renew on or after 1st Jan 2022 |
not(licenses pr) | All applications that do not have license plans |
lastModifiedDtm ge "2021-06-01" | Applications modified on or after 1st June 2021 |
deleted eq true | Show deleted apps (by default deleted apps are excluded) |
Attribute | Type | Description |
---|---|---|
id | string | Unique identifier for app |
name | string | Application name |
status | string | Status in Trelica. By default, one of: New | InReview | Managed | Accepted | Ignored | PlanToClose | Closed |
riskLevel | string | Optional. OAuth access risk level. One of: Low | Medium | High |
vendor | object | |
licenses | array | |
roles | array | Optional. Array of Role objects |
createdBy | object | |
createdDtm | datetime | (ISO format) Date/time created |
deleted | boolean | Whether the application has been deleted |
lastModifiedDtm | datetime | (ISO format) Date/time last modified |
Attribute | Type | Description |
---|---|---|
name | string | Name of the license |
startDate | string | (ISO format) Start date |
renewalDate | string | Optional. (ISO format) Renewal date |
terminatedDate | string | Optional. (ISO format) Terminated date |
lastModifiedDtm | datetime | (ISO format) Date/time last modified |
Attribute | Type | Description |
---|---|---|
name | string | Name of the license |
members | array |
Last modified 5mo ago