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 for access validation. Accepts either the integer account id (e.g. 90) or the string ERP/reseller account code (e.g. "STAF01"); the API auto-detects which form was supplied.

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...