Learning Path Milestones And Courses
Returns a list of learning path milestones and their associated courses
Returns a list of learning path milestones and their associated courses.
GET
https://example.thoughtindustries.com/incoming/v2/learningPathMilestonesExample request
curl "https://example.thoughtindustries.com/incoming/v2/learningPathMilestones" \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
ids | uuid[] | Yes | query | One or more learning path milestone UUIDs to filter results by. |
skus | string[] | Yes | query | One or more SKU strings to filter learning path milestones by. |
Example response
{
"data": {
"LearningPathMilestonesAndCourses": {}
}
}