cpge_exercises

Track Exercise View

Track when a user views a CPGE exercise. This will create a new record if it's the first view, or update the last_seen_at timestamp if the user has viewed it before.

post/cpge-exercises/{exercise_id}/track-view

Path parameters

exercise_idstring required

Response

Successful Response

statusstring required
messagestring required
dataobject nullable
transcriptstring nullable
urlstring nullable

Changes