MyLog
    • 루트
      • Auth
        • 회원가입
        • 이메일 로그인
        • 로그아웃
        • 토큰 재발급
        • 소셜 로그인
      • Article
        • 게시글 생성
        • 전체 게시글 목록/검색 조회
        • 게시글 상세 조회
        • 게시글 수정
        • 게시글 삭제
        • 내 게시글 목록/검색 조회
      • Article AI
        • AI 문체 변환
        • AI 요약 조회 (게시글 기반)
      • Category
        • 카테고리 생성
        • 카테고리 목록 조회
        • 카테고리 단일 조회
        • 카테고리 수정
        • 카테고리 삭제
      • Comment
        • 댓글 생성
        • 댓글 목록 조회
        • 대댓글 목록 조회
        • 내가 작성한 댓글 조회
        • 내 게시글에 작성된 댓글 조회
        • 댓글 수정
        • 댓글 삭제
      • Member
        • 개인정보 조회
        • 개인정보 수정
        • 회원 탈퇴
      • NotificationSetting
        • 알림 설정 조회
        • 알림 토글
      • notification
        • 알림 목록 조회
        • 알림 읽음 처리
      • External
        • 제미나이테스트
    • 데이터 모델
      • common
      • 제목 없는 스키마
      • CommonResult
      • SignUpRequest
      • CategoryCreateRequest
      • CommentCreateRequest
      • Article
      • StyleTransformRequest
      • ArticleResponse
      • LoginRequest
      • CategoryUpdateRequest
      • CommentUpdateRequest
      • MemberResponse
      • SingleResultPageNotificationResponse
      • Pagination
      • UpdateMemberRequest
      • NotificationListResponse
      • StyleTransformResponse
      • PageResponse_ArticleResponse
      • RefreshRequest
      • CategoryResponse
      • CommentResponse
      • SingleResult_MemberResponse
      • ListResultNotificationSettingResponse
      • ArticleListResponse
      • PageResponse
      • ArticleSummaryResponse
      • SingleResult_ArticleResponse
      • OAuthRequest
      • PageResponseOfCommentResponse
      • MemberUpdateRequest
      • PageNotificationResponse
      • ArticleDetailResponse
      • CategoryCreateResponse
      • Reply
      • TempRequest
      • SingleResult_PageResponse
      • ListResult
      • SuccessResponse
      • NotificationResponse
      • CategoryListResponse
      • CommentArticleResponse
      • ArticleCreateRequest
      • LoginResponse
      • ErrorResponse
      • NotificationSettingResponse
      • ArticleCreateResponse
      • CommentCreateResponse
      • ArticleUpdateRequest
      • RefreshResponse
      • SuccessResponseLong
      • SuccessResponseVoid
      • CommentPageResponse
      • CommentListResponse
      • AiSummaryResult
      • CommentArticlePageResponse
      • MyCommentListResponse
      • ReplyPageResponse
      • WritingStyle
      • AnalyzeStatus
      • CommentCreateSuccessResponse
      • CommentListSuccessResponse
      • CommentArticleListSuccessResponse
      • ArticleCreateSuccessResponse
      • ReplyListSuccessResponse
      • ArticleDetailSuccessResponse
      • ArticleListSuccessResponse
      • ArticleSummarySuccessResponse
      • StyleTransformSuccessResponse
      • AiSummarySuccessResponse

    SingleResult_PageResponse

    {
        "code": "1",
        "message": "success",
        "data": {
            "content": [
                {
                    "id": 1,
                    "title": "Spring Boot 튜토리얼",
                    "content": "Spring Boot로 REST API를 만들어봅시다...",
                    "author": "홍길동",
                    "category": "개발",
                    "articleImg": "https://s3.amazonaws.com/bucket/image.jpg",
                    "tags": [
                        "Java",
                        "Spring"
                    ],
                    "createdAt": "2024-01-15T10:30:00",
                    "updatedAt": "2024-01-15T12:00:00"
                }
            ],
            "page": 0,
            "size": 20,
            "totalElements": 100,
            "totalPages": 5,
            "hasNext": true,
            "hasPrevious": false
        }
    }
    Built with