Get Applications
API version | 3.0 |
---|---|
Last Update | 05/21/2018 |
Authentication | YES |
HTTP Method | POST |
Content Type | application/json |
Rate limited | YES |
Requests per rate limit | 10/min |
Response Format | JSON |
Use to get applications installed on endpoints on a specific account.
API URL
Request Parameters
Key | Datatype | Parameter Type | Required | Description | Default |
---|---|---|---|---|---|
access_token | string | URL | Yes | access token which archived from OAuth authentication step | |
search | string | Body | No | The key word to search. | |
filter | object | Body | No | Indicate criteria you want to filter applications | |
filter.severity | array | Body | No | The severity level to filter. | |
filter.category | array | Body | No | The category ID to filter. | |
sort | object | Body | No | Indicate how you want to sort applications | |
sort.order | string | Body | No | The direction to sort. | desc |
sort.field | string | Body | No | which field | name |
page | number | Body | No | A page you want to get data | 1 |
limit | number | Body | No | The limited number of how many records to be returned. | 50 |
Response HTTP Code
See details in the Response HTTP Code section in this page
Response Parameters
Key | DataType | Description |
---|---|---|
category_id | string | The category ID |
category_name | string | The category name |
severity | string | The app's severity level |
product_id | string | Product Signature ID |
name | string | Product name |
vendor | string | Product vendor |
version | string | Product version |
number_of_devices | int | A number determines how many devices install the product |
number_of_cves | int | A number determines how many cve issues that product exposures |
Example
Example Request: using Product ID
Example Response
Was this page helpful?