2022-10-07 13:44:25 -04:00

2.6 KiB

title, description, MS-HAID, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description MS-HAID ms.reviewer manager ms.author ms.topic ms.prod ms.technology author ms.date
Get Inventory The Get Inventory operation retrieves information from the Microsoft Store for Business to determine if new or updated applications are available.
p_phdevicemgmt.get_seatblock
p_phDeviceMgmt.get_inventory
aaroncz vinpa article w10 windows vinaypamnani-msft 09/18/2017

Get Inventory

The Get Inventory operation retrieves information from the Microsoft Store for Business to determine if new or updated applications are available.

Request

GET:

https://bspmts.mp.microsoft.com/V1/Inventory?continuationToken={ContinuationToken}&modifiedSince={ModifiedSince}&licenseTypes={LicenseType}&maxResults={MaxResults}

URI parameters

The following parameters may be specified in the request URI.

Parameter Type Default value Description
continuationToken string Null
modifiedSince datetime Null Optional. Used to determine changes since a specific date.
licenseTypes collection of LicenseType {online,offline} Optional. A collection of license types
maxResults integer-32 25 Optional. Specifies the maximum number of applications returned in a single query.

Here are some examples.

Query type Example query
Online and offline https://bspmts.mp.microsoft.com/V1/Inventory?licenseTypes=online&licenseTypes=offline&maxResults=25
Online only https://bspmts.mp.microsoft.com/V1/Inventory?licenseTypes=online&maxResults=25
Offline only https://bspmts.mp.microsoft.com/V1/Inventory?licenseTypes=offline&maxResults=25
Both license types and a time filter https://bspmts.mp.microsoft.com/V1/Inventory?modifiedSince=2015-07-13T14%3a02%3a25.6863382-07%3a00&licenseTypes=online&licenseTypes=offline&maxResults=25
Error code Description Retry Data field
400 Invalid parameters No Parameter name

Invalid modified date, license, or continuationToken

Details: String

Response

Response body

The response contains InventoryResultSet.