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
AssignmentComment| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
None. |
|
| CommentTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Text": "sample string 1",
"CommentTime": "2025-12-26T07:13:58.2065335+00:00"
}
text/html
Sample:
{"Text":"sample string 1","CommentTime":"2025-12-26T07:13:58.2065335+00:00"}
Response Information
Resource Description
Bool
Assignment| Name | 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.