student_assignments

Get Assignment Details

Get specific details of an assignment needed during an exercise session. Currently returns the chat_policy, retry_policy, and due_date.

get/student-assignments/{assignment_id}/details

Path parameters

assignment_idstring required

Response

Successful Response

assignment_idstring required
titlestring nullable
start_datestring date-time nullable
class_namestring nullable
due_datestring date-time nullable
is_overdueboolean
typing_enabledboolean
typed_work_allowedboolean
autonomy_modeboolean
autonomy_attempts_before_solutioninteger
chat_policyobject
chat_scoring_policyobject
retry_policyobject
justification_requiredobject
partial_grade_percentagenumber

Changes