Introduction
Returns device-level enrollment details for a specific Add-In and database. Provides a Level 2 view: one entry per device with enrollment status, plan, and billing details.
Parameters

accountId

The account ID for access validation.

apiKey

The API key (User ID) of the authenticated reseller.

databaseName

The database name to retrieve device details for.

enrollmentStatusFilter

Optional filter by enrollment status (true=enrolled, false=not enrolled).

keywordsFilter

Optional filter by device serial numbers, VINs, or asset names.

sessionId

The session ID of the authenticated reseller.

solutionId

The Solution ID of the Add-In (from GetDeviceAddIns response).
Return value
List of ApiDeviceAddInDetail entries.
Code samples

Loading API Runner...