cURL
curl --request POST \ --url https://api.mapademics.com/v1/credentials/{credentialId}/sections \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "sectionId": "<string>" } '
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "sections": [ { "courseId": "<string>", "courseName": "<string>", "courseCode": "<string>", "courseDefaultSectionId": "<string>", "sectionId": "<string>", "sectionName": "<string>", "sectionSkills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ], "courseDisplayName": "<string>", "sectionInstructorName": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>", "code": "<string>", "deletedAt": "2023-11-07T05:31:56Z" }
Adds a course section to the credential. Validates that only one section per course is allowed.
API key for authentication
Unique identifier for the stackable credential
ID of the section to add
Section added successfully
Array of section profiles
Show child attributes
Was this page helpful?