List Data Structures
Discovery
List Data Structures
Retrieves all available data structures (statement reporting and record reporting) accessible through the API. Use this endpoint to discover what data you can extract.
GET
List Data Structures
Documentation Index
Fetch the complete documentation index at: https://docs.qobra.co/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint returns all data structures (tables) available in your Qobra account. It’s the entry point for the V2 API — use it to discover what data you can extract.This is always your first call. It tells you what data structures exist and where to find their schemas and records.
Understanding Data Structure Types
Thetype field indicates what kind of data the structure contains:
statement_reporting
statement_reporting
What it is: A statement report summarizes commission data at statement level.Typical use: payroll integration, high-level payout analysis per user, sales performance trackingRecord endpoint:
/v2/reporting/{id}/statementsContains fields like:- Statement user
- Statement date
- Payment
- Statement status (paid, pending, validated)
record_reporting
record_reporting
What it is: A record report summarizes commission data at transaction level (e.g. CRM opportunity level)Typical use: Commission analysis per opportunity, cost of sales and deal margin monitoring Record endpoint:
/v2/reporting/{id}/recordsContains fields like:- Deal/opportunity information
- Account details
- Close dates and amounts
- Commission amounts