API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /users/{user_email}/audits
List audit entries for an Apigee user. Note that the base path for this request does not include organization.
Verb: GET
Auth: Basic AuthContent Types:
application/json
text/xml
Sample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/users/{user_email}/audits
Query Parameters:
| Name | Description | Default | Required? |
|---|---|---|---|
| timeline | Last 24 hours | Yes | |
| organization | N/A | Yes | |
| operation | Supported values are create, update, read, delete, deploy, undeploy | N/A | Yes |
Errors{categoryvalue} {auditrecord-uniqueid} {operation-name} {request-uri-value} {response} {response-code} {source} {severity} {timestamp} {subcategory} {type}
Failure 4xx with proper error message <Error> <Code>audit.invalid_search_parameter</Code> <Message>Search parameter is not valid </Message> <Contexts/> </Error>Last updated: about 1 month ago