Api referenceSpacesFoldersCourses
List all courses
List all courses
List all courses
AuthorizationBearer <token>
In: header
Path Parameters
spaceId*string
folderId*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
Response Body
application/json
curl -X GET "https://example.com/v2/spaces/string/folders/string/courses"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}