Retrieve product progress
/users/{user_id}/products/{product_id}/progressRetrieves the user's progress in a single product, in the same format used when listing the user's progress across products.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/users/string/products/string/progress"{ "data": { "completed_at": "2019-08-24T14:15:22Z", "completed_lessons": 0, "last_activity_at": "2019-08-24T14:15:22Z", "object": "product_progress", "percent": 0, "product_id": "string", "started_at": "2019-08-24T14:15:22Z", "total_lessons": 0, "user_id": "string" }}Retrieve a release calendar GET
Returns the content release rules currently in effect for the user in each module and lesson of the product. The response describes the rules, not a list of dated release events.
List progress adjustments GET
Returns the progress adjustments recorded for the user in a product, using cursor-based pagination. Each adjustment identifies its author as either an administrator (`admin`) or an API credential (`credential`).