cURL
curl --request GET \ --url https://api.mapademics.com/v1/credentials/{credentialId} \ --header 'X-API-Key: <api-key>'
{ "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" }
Get a single stackable credential by ID
API key for authentication
Unique identifier for the stackable credential
Credential retrieved successfully
Array of section profiles
Show child attributes
Was this page helpful?