GET api/OilPainting/GetUserMaterials?username={username}&checkstatus={checkstatus}&asc={asc}&pageIndex={pageIndex}&pageSize={pageSize}

获取所有油画屏用户上传素材数据

Request Information

URI Parameters

NameDescriptionTypeAdditional information
username

用户帐号 如果为空就查全部

string

Required

checkstatus

审核状态 -1 全部 0 未审核 1 审核通过 2 审核未通过

integer

Required

asc

true 按时间升序 false 按时间降序

boolean

Required

pageIndex

页码 从1开始

integer

Required

pageSize

页大小

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.