# Get Assignment Summaries (deprecated)

Get summaries of MSP license assignments by device type and device subtype. This method will be removed no sooner than 08/31/2026. The following endpoint /entitlements/utilizations/query can be used for this content.

Endpoint: GET /assignments/summaries
Version: v0.2.0

## Response 200 fields (application/json):

  - `courtesyMspEntitlementsUsed` (boolean)
    Flag indicating whether courtesy MSP entitlements have been utilized for this assignment summary, affecting billing and capacity calculations.

  - `deviceSubType` (string)
    Specific device model or subtype within the broader device category, providing granular assignment classification when applicable.

  - `deviceType` (string)
    Primary device type classification such as access points, switches, or analytics devices for assignment categorization.
    Enum: "MSP_WIFI", "MSP_SWITCH", "MSP_EDGE", "MSP_APSW", "MSP_SLTN_TOKEN"

  - `licenseType` (string)
    License type enumeration specifying the category and classification of licenses covered by this assignment summary.
    Enum: "MSP_WIFI", "MSP_WIFI_TEMP", "MSP_ICX", "MSP_ICX71L", "MSP_ICX71", "MSP_ICX75", "MSP_ICX76", "MSP_ICX78", "MSP_ICX_ANY", "MSP_EDGE", "MSP_EDGE_TEMP", "MSP_APSW", "MSP_APSW_TEMP", "MSP_URLF", "MSP_EDGE_SECL", "MSP_EDGE_SELS", "MSP_SLTN_TOKEN", "MSP_SLTN_TOKEN_TEMP"

  - `myAssignments` (integer)
    Number of devices currently assigned to this MSP customer from the available quantity for capacity tracking.

  - `quantity` (integer)
    Total quantity of devices available for assignment within this device type and subtype category.

  - `remainingDevices` (integer)
    Number of remaining devices available for assignment within this device type and license category after current allocations.

  - `trial` (boolean)
    Flag indicating whether this assignment summary represents trial licenses with temporary validity and limited functionality.


