Package | Description |
---|---|
com.atlassian.confluence.plugins.restapi.resources |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuditResource.export(JodaDate startDate,
JodaDate endDate,
String searchString,
String format,
javax.ws.rs.core.UriInfo uriInfo) |
List<AuditRecord> |
AuditResource.getAuditRecords(JodaDate startDate,
JodaDate endDate,
int start,
int limit,
String searchString,
javax.ws.rs.core.UriInfo uriInfo)
Fetch a paginated list of AuditRecord instances based on a date range.
|
Copyright © 2003–2018 Atlassian. All rights reserved.