Skip to main content
https://.thoughtindustries.com

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.

GEThttps://example.thoughtindustries.com/incoming/v2/learningPathMilestones

Example request

curl "https://example.thoughtindustries.com/incoming/v2/learningPathMilestones" \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

NameTypeRequiredLocationDescription
idsuuid[]YesqueryOne or more learning path milestone UUIDs to filter results by.
skusstring[]YesqueryOne or more SKU strings to filter learning path milestones by.

Example response

{
  "data": {
    "LearningPathMilestonesAndCourses": {}
  }
}