Pathway
Get a Subsection of a Pathway
This endpoint retrieves the subsection (lesson) and all its resources in an existing Pathway. <br><br><h3>Required Scope</h3>pathways:write or pathways:read.
get/api/v2/pathways/{id}/sections/{section-id}/lessons/{lesson-id}
Path parameters
idstring required
The ID of the pathway.
section-idstring required
The ID of the section.
lesson-idstring required
The ID of the subsection (also known as lesson).
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.