public Task<GridResults<LogDto>> GetAllLogs(
UserSessionData currentUser,
ushort pageSize = 50,
ushort skip = 0,
bool orderByDesc = true,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the currentUser doesn't have the necessary ReviewLogs permission and/or isn't a MobileTrack support user. |