All URIs are relative to /api/v2
Method | HTTP request | Description |
---|---|---|
getAuditLogEntries | GET /auditlog | Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query. |
getAuditLogEntry | GET /auditlog/{resourceId} | Use this endpoint to fetch a single audit log entry by its resouce ID. |
Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query.
getAuditLogEntries before=value after=value q=value limit=value spec=value
Name | Type | Description | Notes |
---|---|---|---|
before | integer | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. | [optional] |
after | integer | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional] |
q | string | Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change. | [optional] |
limit | integer | A limit on the number of audit log entries to be returned, between 1 and 20. | [optional] |
spec | string | A resource specifier, allowing you to filter audit log listings by resource. | [optional] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Use this endpoint to fetch a single audit log entry by its resouce ID.
getAuditLogEntry resourceId=value
Name | Type | Description | Notes |
---|---|---|---|
resourceId | string | The resource ID. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]