Get User's Audit Reports List

Request
path Parameters
userId
required
string
query Parameters
start
string

Search period start date(format like 2016-12-01)

end
string

Search period end date(format like 2016-12-01)

keyword
string

Keyword to search

page
integer

Page number to show

page-size
integer

Page size in search results

all
string

Send 'true' to fetch all sub-master account list under super-master account

sortField
string

SortField should be one of return columns name

sortType
string

DESC or ASC

startSendDate
string

Search period every time to send and resend report date(format like 2016-12-01)

endSendDate
string

Search period every time to send and resend report date(format like 2016-12-01)

Responses
200

successful operation

get/user/{userId}/audit-reports
Request samples
curl -i -X GET \
  'https://qa-web-02.qima.com/user/{userId}/audit-reports?start=string&end=string&keyword=string&page=0&page-size=0&all=string&sortField=string&sortType=string&startSendDate=string&endSendDate=string'
Response samples
application/json
{
  • "pageNo": [
    ],
  • "totalPageNum": [
    ],
  • "totalSize": [
    ],
  • "pageItems": [
    ],
  • "countByFields": [
    ]
}