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.
GET /auditlogsShould 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>/auditlogsShould return a list of all the auditlogs related to that user.
GET /applications/<id>/auditlogsShould return a list of all auditlogs for the application.