Course Match
GET/course/:code/match
Course Match by code
Request
Path Parameters
code stringrequired
Code Course Match
Responses
- 200
- 400
Successful
- application/json
- Schema
- Example (from schema)
Schema
code string
course_id string[]
desc string
peluang_karir string[]
{
"code": "string",
"course_id": [
"string"
],
"desc": "string",
"peluang_karir": [
"string"
]
}
Invalid Course
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Example:
falsemessage string
{
"success": false,
"message": "string"
}