HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
API Reference

Get applications accessed in a site

(Deprecated) This API endpoint retrieves applications accessed in a site by all clients or by a specific client.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
length ≤ 10

The ID of the site from which the applications are to be retrieved.

string
length ≤ 17

The client mac of the source device.

string
required
length ≤ 13

The start time for the query in epoch milliseconds, must be less than end-query-time and must be no more than 7 days before end-query-time

string
required
length ≤ 13

The end time for the query in epoch milliseconds, must be greater than start-query-time.

int32
required
0 to 1000
Defaults to 1000

The maximum number of items to return per page.

int32
required
0 to 2147483647

The offset of the item at which to begin the response.

string

OData Version 4.0 filter string (limited functionality). Supports only 'and', 'eq', and 'in' conjunction ('or' and 'not' are NOT supported). Supported fields and operators are in the below given table. Multiple filters are supported.
| Field | Operators | Required | Type | Default Value | Summary |
| --------- | -------- | -------- | -------- | -------- | -------- |
| field | eq | No | String | N/A | Format is a string from a specified enum list given below |
| terms | in | No | String | N/A | Format is a list of strings |

The operators are implemented as follows:

  • eq: Only values exactly matching the given value are returned.

  • in: Only values present in the given list are returned.

    List of applicable filters for field and terms

FieldApplicable TermsSummary
APP_CATRefer to list below. Example: ["Antivirus", "Web"]Returns applications based on their application categories
STATE["allowed", "partial", "blocked"]Returns applications based on the permissions they are assigned to
RISK["Low", "High", "Suspicious", "Moderate", "Trustworthy", "Not Evaluated"]Returns applications based on their risk level
TLS_VERSION["TLS 1.1", "TLS 1.2"] These are examplesReturns applications based on their tls versions
APPLICATION_HOST_TYPE["Hybrid", "Private", "Public"]Returns applications based on their application host type
COUNTRYDepends on the server location of the apps available in the site. Have to use country code, for example: "IN"Returns applications based on their server location
ROLEDepends on the roles assigned on the userReturns applications based on their assigned roles

List of application categories available:

  • Antivirus
  • Business and Economy
  • Computer and Internet Info
  • Computer and Internet Security
  • Encrypted
  • Internet Communications
  • Network Service
  • Office365 SAAS
  • Standard
  • Web

If no filter is passed on as the query param, default behavior will return both active and inactive applications as a default value, which is what the example above filter is.

string
length ≤ 256

Sort field followed by a direction indicator ASC (ascending) or DESC (descending). Supported fields are NAME, CATEGORY, EXPERIENCE, RISK, USAGE, STATE, LASTUSEDTIME, TLSVERSION, CERTIFICATEEXPIRYDATE, APPLICATIONHOSTTYPE, COUNTRY.

Responses

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