Introduction
Returns enrollment audit logs for an Add-In on a database. Newest events first. when no paginationContext is provided, returns up to MaxApiPageSize rows in a single response (optimised for "download all" workflows). Explicitly set perPage to paginate; perPage is capped at MaxApiPageSize. If a page returns exactly MaxApiPageSize rows, request the next page until you receive fewer.
Example — fetch up to MaxApiPageSize rows:
Parameters

accountId

The account ID for access validation.

actionTypeFilter

Optional string filter for the action type. Accepts "Enrolled" or "Unenrolled" (case-insensitive). Omit or pass null for no filter. Any other value returns a validation error.

apiKey

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

databaseName

The database name to retrieve audit logs for.

dateFrom

Optional start date filter (inclusive).

dateTo

Optional end date filter (inclusive).

deviceSerialNumber

Optional filter for a specific device serial number.

sessionId

The session ID of the authenticated reseller.

solutionId

The Solution ID of the Add-In.
Return value
List of ApiDeviceAddInEnrollmentAuditLogEntry entries, newest first.
Code samples

Loading API Runner...