POST api/assignments/{assignmentId}/comment
Add a comment to an assignment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assignmentId |
Assignment ID |
integer |
Required |
Body Parameters
Comment
AssignmentCommentName | Description | Type | Additional information |
---|---|---|---|
Text | string |
None. |
|
CommentTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Text": "sample string 1", "CommentTime": "2025-05-19T21:20:06.8860802+00:00" }
text/html
Sample:
{"Text":"sample string 1","CommentTime":"2025-05-19T21:20:06.8860802+00:00"}
Response Information
Resource Description
Bool
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.