Skip to main content
POST
/
transfer-packages
/
{packageId}
/
courses
/
{transferCourseId}
/
equivalencies
Calculate Equivalencies
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>",
          "skillName": "<string>",
          "level": 3,
          "confidence": 0.5
        }
      ],
      "unmatchedInstitutionalSkills": [
        {
          "skillId": "<string>",
          "skillName": "<string>",
          "level": 3,
          "confidence": 0.5
        }
      ]
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

packageId
string
required

Unique identifier for the transfer articulation package

transferCourseId
string
required

Unique identifier for the transfer course

Response

Equivalencies calculated successfully

transferCourseId
string
required

ID of the transfer course being matched

matches
object[]
required

Array of potential matches sorted by score (best first), limited to top 5