Skip to content

Add endpoints for fetching audit logs #37

Description

@niclaslindstedt

GET /auditlogs

Should return a list of all auditlogs (if admin), or a list of all auditlogs belonging to the caller (user), if the caller is missing the admin scope.

GET /users/<id>/auditlogs

Should return a list of all the auditlogs related to that user.

GET /applications/<id>/auditlogs

Should return a list of all auditlogs for the application.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions