GET api/Comments
Request Information
URI Parameters
None.
Body Parameters
UserCommentsName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
UserId | string |
None. |
|
UserComment | string |
None. |
|
CourseId | string |
None. |
|
CreatedDate | string |
None. |
|
TagId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "UserId": "sample string 2", "UserComment": "sample string 3", "CourseId": "sample string 4", "CreatedDate": "sample string 5", "TagId": 6 }
application/xml, text/xml
Sample:
<UserComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Solve.Models"> <CourseId>sample string 4</CourseId> <CreatedDate>sample string 5</CreatedDate> <TagId>6</TagId> <UserComment>sample string 3</UserComment> <UserId>sample string 2</UserId> <UserName>sample string 1</UserName> </UserComments>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.