Skip to content

전체 신고 조회하기

kanghanhee edited this page Aug 20, 2021 · 2 revisions

전체 강아지들 조회하기

PATH

GET : /api/reports

Request Header

Content-Type: application/json

Request Params

params Example Description Default
None None None None

Request Body

None  

Response

Example URL : {{baseURL}}/api/reports

Success : 200

{
    "data": [
        {
            "_id": "611e6dabc9278b33c809be9b",
            "reportUser": {
                "_id": "611cf3e5da587b36104d464e",
                "identity": "olul95@naver.com",
                "social": "kakao",
                "createdDate": "2021-08-18T11:49:57.022Z",
                "lastLoginDate": "2021-08-18T11:49:57.022Z",
                "__v": 0
            },
            "targetUser": {
                "_id": "6110cc2ac50cff6c7c8b1e6e",
                "identity": "boong_a@kakao.com",
                "social": "kakao",
                "createdDate": "2021-08-09T06:33:14.463Z",
                "lastLoginDate": "2021-08-09T06:33:14.463Z",
                "__v": 0
            },
            "targetReview": {
                "hashtags": [
                    "이동봉사과정",
                    "도착공항정보"
                ],
                "_id": "6110cd4b58d715bfe443ed72",
                "user": "6110cc2ac50cff6c7c8b1e6e",
                "title": "해외여행 가는 길 이동봉사",
                "endingCountry": "미국",
                "endingAirport": "로스앤젤레스 국제공항(LAX)",
                "isInstitution": "단체",
                "institutionName": "웰컴독",
                "content": "https://www.youtube.com/watch?v=tH6Ly5JB0oc",
                "crawlingData": [
                    {
                        "link": "https://www.youtube.com/watch?v=tH6Ly5JB0oc",
                        "desc": "로롱이 점점 심해지네요,, 최근에 심하게 아팠어서 그런지건강이 최고입니다 여러분 ,, 😭No copyrights intended. All the song belongs to singers and the music producers and company.All the songs, ...",
                        "image": "https://i.ytimg.com/vi/tH6Ly5JB0oc/maxresdefault.jpg"
                    }
                ],
                "writeDate": "2021-08-09T06:38:03.346Z",
                "__v": 0
            },
            "reportDate": "2021-08-19T14:41:48.015Z",
            "__v": 0
        }
    ],
    "totalNum": 1
}

Server Error : 500

{
  "error" : "Internal Server Error"
}