Content Participations API
Content Participations API is the primary integration entry point for study reporting. It returns users’ study records, their state, and links to content.
Listing
Section titled “Listing”The listing supports filtering by:
- state,
completed_at,updated_at,- pagination,
- sorting.
A typical use case is incremental synchronization into an external HR or BI system.
Detail
Section titled “Detail”Detail verifies that the study record belongs to a user in the given company space. Knowing the participation ID is not enough; the relation through the user and membership must exist.
Certificate
Section titled “Certificate”The certificate endpoint can:
- redirect to a ready PDF,
- return
202 Acceptedwhile the PDF is still being generated.
Integrators must account for polling or asynchronous processing.