All URIs are relative to http://localhost/api/v2.0
Method | HTTP request | Description |
---|---|---|
ListAuditLogs | Get /audit-logs | Get recent logs of the projects which the user is a member of |
[]AuditLog ListAuditLogs(ctx, optional) Get recent logs of the projects which the user is a member of
This endpoint let user see the recent operation logs of the projects which he is member of
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *AuditlogApiListAuditLogsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a AuditlogApiListAuditLogsOpts struct
Name | Type | Description | Notes |
---|---|---|---|
xRequestId | optional.String | An unique ID for the request | |
q | optional.String | Query string to query resources. Supported query patterns are "exact match(k=v)", "fuzzy match(k= |
|
sort | optional.String | Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending orderr and field2 in descending order with "sort=field1,-field2" | |
page | optional.Int64 | The page number | [default to 1] |
pageSize | optional.Int64 | The size of per page | [default to 10] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]