POST api/AreaFamous/GetResourceCommentList

我的资源评论列表

Request Information

URI Parameters

None.

Body Parameters

ResourceCommentSearcher实体

ResourceCommentSearcher
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageIndex

integer

None.

ResourceID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "ResourceID": 3
}

application/xml, text/xml

Sample:
<ResourceCommentSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity">
  <PageIndex>2</PageIndex>
  <PageSize>1</PageSize>
  <ResourceID>3</ResourceID>
</ResourceCommentSearcher>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResourceCommentResult

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.