Temporary Enrollment Pairings
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /api/v1/accounts/:account_id/temporary_enrollment_pairings
Scope: url:GET|/api/v1/accounts/:account_id/temporary_enrollment_pairings
Returns the list of temporary enrollment pairings for a root account.
Returns a list of objects.
GET /api/v1/accounts/:account_id/temporary_enrollment_pairings/:id
Scope: url:GET|/api/v1/accounts/:account_id/temporary_enrollment_pairings/:id
Returns the temporary enrollment pairing with the given id.
GET /api/v1/accounts/:account_id/temporary_enrollment_pairings/new
Scope: url:GET|/api/v1/accounts/:account_id/temporary_enrollment_pairings/new
Initialize an unsaved Temporary Enrollment Pairing.
POST /api/v1/accounts/:account_id/temporary_enrollment_pairings
Scope: url:POST|/api/v1/accounts/:account_id/temporary_enrollment_pairings
Create a Temporary Enrollment Pairing.
workflow_state
string
The workflow state of the temporary enrollment pairing.
ending_enrollment_state
string
The ending enrollment state to be given to each associated enrollment when the enrollment period has been reached. Defaults to “deleted” if no value is given. Accepted values are “deleted”, “completed”, and “inactive”.
Allowed values: deleted
, completed
, inactive
DELETE /api/v1/accounts/:account_id/temporary_enrollment_pairings/:id
Scope: url:DELETE|/api/v1/accounts/:account_id/temporary_enrollment_pairings/:id
Delete a temporary enrollment pairing
Returns a object.
Returns a object.
Returns a object.
Returns a object.
This documentation is generated directly from the Canvas LMS source code, available .