GET api/users/audit-logs?page={page}&limit={limit}&startDate={startDate}&endDate={endDate}&userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Default value is 1

limit

integer

Default value is 10

startDate

date

None.

endDate

date

None.

userId

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.