Get curriculums course
GET/course/:encryptedcourseId/curriculums
Get curriculums course
Request
Path Parameters
encryptedcourseId stringrequired
encryptedcourseId
Responses
- 200
- 400
Successful
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
success boolean
data
object[]
key integer
id integer
type string
title string
duration integer
content string
meta string[]
{
"success": true,
"data": [
{
"key": 0,
"id": 0,
"type": "string",
"title": "string",
"duration": 0,
"content": "string",
"meta": [
"string"
]
}
]
}
Invalid status value