Temporary Enrollment Pairings
A TemporaryEnrollmentPairing object looks like:
// A pairing unique to that enrollment period given to a recipient of that
// temporary enrollment.
{
// the ID of the temporary enrollment pairing
"id": 1,
// The current status of the temporary enrollment pairing
"workflow_state": "active"
}List temporary enrollment pairings
GET /api/v1/accounts/:account_id/temporary_enrollment_pairings
Request Parameters:
Parameter
Type
Description
Get a single temporary enrollment pairing
GET /api/v1/accounts/:account_id/temporary_enrollment_pairings/:id
New TemporaryEnrollmentPairing
GET /api/v1/accounts/:account_id/temporary_enrollment_pairings/new
Create Temporary Enrollment Pairing
POST /api/v1/accounts/:account_id/temporary_enrollment_pairings
Request Parameters:
Parameter
Type
Description
Delete Temporary Enrollment Pairing
DELETE /api/v1/accounts/:account_id/temporary_enrollment_pairings/:id
Last updated
Was this helpful?