SPMS_API/SPMS.API/Controllers
SEAN b56170f10c feat: 발송 로그 조회 API 구현 (#122)
- POST /v1/in/push/log 엔드포인트 추가
- PushSendLogRepository (페이징, 필터링: message_code, device_id, status, 날짜범위)
- PushService.GetLogAsync 구현
- 누락된 Push DTO 파일 포함 (PushSendRequestDto, PushSendResponseDto, PushSendTagRequestDto)
2026-02-10 17:41:38 +09:00
..
AccountController.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
AppConfigController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
AppVersionController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
AuthController.cs feat: 이메일 인증 인프라 및 API 구현 (#64) 2026-02-10 10:52:47 +09:00
BannerController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DeviceController.cs feat: 디바이스 태그/동의 설정 API 구현 (#96) 2026-02-10 14:49:07 +09:00
FaqController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileController.cs feat: CSV 검증/템플릿 다운로드 API 구현 (#100) 2026-02-10 15:22:12 +09:00
MaintenanceController.cs feat: 점검 안내 API 구현 (#92) 2026-02-10 14:33:32 +09:00
MessageController.cs feat: 메시지 미리보기 API 구현 (#120) 2026-02-10 17:27:56 +09:00
NoticeController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PasswordController.cs feat: 비밀번호 찾기/재설정 API 구현 (#66) 2026-02-10 10:56:35 +09:00
ProfileController.cs feat: 내 정보 조회/수정 API 구현 (#62) 2026-02-10 10:48:57 +09:00
PublicController.cs feat: API Rate Limiting 및 Swagger UI 구현 (#30) 2026-02-09 17:11:46 +09:00
PushController.cs feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
ServiceController.cs feat: 서비스 태그 목록/수정 API 구현 (#70) 2026-02-10 11:27:37 +09:00
TermsController.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00