Introduction
Returns a list of Device Add-Ins for a given account, with optional filters by database, Add-In name/solution ID, and status. Provides a Level 1 view: one entry per Add-In per database, including enrolled device counts and auto-enrollment details.
Parameters

accountId

The account ID to retrieve Add-Ins for.

addInFilter

Optional list of Add-In names or solution IDs to filter by.

addInStatusFilter

Optional list of Add-In statuses to filter by (Active, Blocked, Inactive).

apiKey

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

databaseFilter

Optional list of database names to filter by.

sessionId

The session ID of the authenticated reseller.
Return value
List of ApiDeviceAddIn entries.
Code samples

Loading API Runner...