cURL
curl --request POST \ --url https://api.mapademics.com/v1/transfer-packages/{packageId}/courses/{transferCourseId}/equivalencies \ --header 'X-API-Key: <api-key>'
{ "transferCourseId": "<string>", "matches": [ { "courseSectionId": "<string>", "courseName": "<string>", "sectionName": "<string>", "skillsMatchScore": 0.5, "skillMatches": [ { "skillId": "<string>", "transferProficiency": 3, "institutionalProficiency": 3, "matchScore": 0.5, "matchType": "EXACT" } ], "unmatchedTransferSkills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ], "unmatchedInstitutionalSkills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ] } ] }
Calculates course equivalencies for a single transfer course against institutional courses
API key for authentication
Unique identifier for the transfer articulation package
Unique identifier for the transfer course
Equivalencies calculated successfully
ID of the transfer course being matched
Array of potential matches sorted by score (best first), limited to top 5
Show child attributes
Was this page helpful?