List Learning path steps
Query parameters
-
The page number in a paginated set of results
-
The limit of results to be returned per page
-
Search learning path steps with a specific title
-
Search learning path steps whose title contains this string
-
Search learning path steps with these types of content
Values are
Course,Link,Live, orPage. -
Search learning path steps with a specific content type
Values are
Course,Link,Live, orPage.
GET
/v1/learningPaths/{learningPathId}/steps
curl \
--request GET 'https://openapi.meltingspot.io/v1/learningPaths/{learningPathId}/steps'
Response examples (200)
{
"items": [
{
"id": "string",
"title": "string",
"contentType": "Course",
"createdAt": 42
}
],
"total": 42
}