Extracts commission statement records from a statement reporting data structure. Statements represent the final calculated commissions—what each person earned in each period. Use this endpoint for payroll integration, commission reports, earnings history analysis, and compliance audit trails.
last_modified_after to implement incremental sync (only fetch new/updated records).
next_url for large datasets (10K+).last_modified_after for daily/hourly updates.Your Qobra API key. Generate it from Settings > API Keys in Qobra.
ID of a statement reporting structure (from /v2/data-structures)
Start after this record ID (for ID-based pagination, recommended)
Number of records per page (1-2000)
1 <= x <= 2000ISO 8601 datetime - Only return records modified after this date (for incremental sync)
ISO 8601 datetime - Only return records modified before this date