Skip to main content
GET
List software on a device
Key: Read Scope: Company

Authorizations

Authorization
string
header
required

Use your Primo API key in the Authorization header as Bearer <API_KEY>.

Path Parameters

deviceId
string
required

Query Parameters

orderDirection
enum<string>

Order direction

Available options:
asc,
desc
orderKey
enum<string>

Field to order results by

Available options:
name
maxCvssScore
number

Maximum CVSS score (0-10)

minCvssScore
number

Minimum CVSS score (0-10)

exploit
boolean

Filter by known exploit availability

selfService
boolean

Filter by self-service availability

includeAvailableForInstall
boolean

Include software available for install in the results

availableForInstall
boolean

Filter to software available for install

vulnerable
boolean

Filter by vulnerability status

query
string

Free-text search on the software name

page
number

Page number

perPage
number

Number of items per page (max 100)

Response

default - application/json
data
object[]
required
pagination
object
required