POST api/assignments/{assignmentId}/comment

Add a comment to an assignment.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assignmentId

Assignment ID

integer

Required

Body Parameters

Comment

AssignmentComment
NameDescriptionTypeAdditional 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

Assignment
NameDescriptionTypeAdditional 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.