cURL
curl --request GET \ --url https://api.mapademics.com/v1/courses/{courseId}/sections/{sectionId} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "courseId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>", "description": "<string>", "instructorId": "<string>", "syllabusHref": "<string>", "skills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ], "deletedAt": "2023-11-07T05:31:56Z" }
Retrieves section details including parsed skills if available
API key for authentication
Unique identifier for the course
Unique identifier for the section
Section retrieved successfully
Extracted skills from syllabus
Show child attributes
Was this page helpful?