GET api/assignments/{assignmentId}
Get an assignment from assignment ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assignmentId |
The assignment id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Assignment
AssignmentName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
AssignmentType | AssignmentType |
None. |
|
Person |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.