Skip to content

Content Participations API

Updated 13 Jul 2026

Content Participations API is the primary integration entry point for study reporting. It returns users’ study records, their state, and links to content.

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 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.

The certificate endpoint can:

  • redirect to a ready PDF,
  • return 202 Accepted while the PDF is still being generated.

Integrators must account for polling or asynchronous processing.