GET api/StudentAssignments/Get?assignmentId={assignmentId}

Returns the assignement with the specified ID. The assignment's topics are included as well. If the specified assignment does not exist, or the student is not registered in the assignmnet's section, then a corresponding error message is returned.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assignmentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.