Skip to main content
POST
/
transfer-packages
/
{packageId}
/
equivalencies
Calculate Equivalencies
curl --request POST \
  --url https://api.mapademics.com/v1/transfer-packages/{packageId}/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
          }
        ],
        "unmatchedTransferSkills": [
          {
            "skillId": "<string>",
            "level": 3,
            "skillName": "<string>",
            "confidence": 0.5
          }
        ],
        "unmatchedInstitutionalSkills": [
          {
            "skillId": "<string>",
            "level": 3,
            "skillName": "<string>",
            "confidence": 0.5
          }
        ]
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.mapademics.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

packageId
string
required

Unique identifier for the transfer articulation package

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