---
title: "Device software inventory"
method: GET
path: "/v2/device/{id}/software"
tags: ["devices"]
---

# Device software inventory

`GET /v2/device/{id}/software`

Returns list of software installed on device

## Path parameters

- `id` integer, required

## Response `default`

default response

- object[]
  - `installDate` string, date-time — Installation Date
  - `location` string — Location
  - `name` string — Product Name
  - `publisher` string — Publisher
  - `size` integer — Size on disk
  - `version` string — Version
  - `productCode` string — Product Code
  - `isSystemComponent` boolean — Is System Component

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
