cURL
curl --request GET \ --url https://api.mapademics.com/v1/transfer-packages/{packageId} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "transferFromInstitution": "<string>", "matchingConfig": { "fullEquivalentThreshold": 0.85, "partialEquivalentThreshold": 0.6 }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>", "uniqueTag": "<string>", "deletedAt": "2023-11-07T05:31:56Z" }
Retrieves transfer package details including matching configuration
API key for authentication
Unique identifier for the transfer articulation package
Transfer package retrieved successfully
Show child attributes
Was this page helpful?