POST api/EvaCourse/GetNoteCommentList

获取笔记评论信息4-1

Request Information

URI Parameters

None.

Body Parameters

EvaBeListenedNoteSearcher
NameDescriptionTypeAdditional information
UserID

integer

None.

CourseID

integer

None.

SchoolID

integer

None.

SubjectCode

string

None.

RoleType

integer

None.

SchoolType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "CourseID": 2,
  "SchoolID": 3,
  "SubjectCode": "sample string 4",
  "RoleType": 5,
  "SchoolType": 6
}

application/xml, text/xml

Sample:
<EvaBeListenedNoteSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <CourseID>2</CourseID>
  <RoleType>5</RoleType>
  <SchoolID>3</SchoolID>
  <SchoolType>6</SchoolType>
  <SubjectCode>sample string 4</SubjectCode>
  <UserID>1</UserID>
</EvaBeListenedNoteSearcher>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.