[관리자] 전시회 단건 조회

사용되는 페이지
관리자 페이지
HTTP Method
GET
설명
[관리자] 전시회 단건 조회
인증 필요 여부
완료 여부
완료
URL
/api/v1/admin/exhibitions/{exhibitionId}
담당자
인증 여부에 따른 응답 변경 여부
해당없음
must or should
could
도메인
ADMIN

Request

GET /api/v1/admin/exhibitions/{exhibitionId}

Response

success

200 Success { "message": "전시회 단건 조회 성공", "code" : 200, "data" : { "exhibitionId" : 1, "name": "번아웃증후군", "thumbnail": "https://www.culture.go.kr/upload/rdf/22/07/show_2022071816261910020.jpg", "startDate": "2022-08-04", "endDate": "2022-08-10", "area": "SEOUL", "url": "http://galleryraon.com/?page_id=2472#upcoming", "placeUrl": "http://galleryraon.com/?page_id=2472#upcoming", "inquiry": "010-8425-8082", "fee": "무료", "genre": null, "description": null, "likeCount": 5, "reviewCount": 5, "placeAddr": "서울특별시 종로구 자하문로41길 4 갤러리라온", "lat": 37.597625, "lng": 126.962292, "isLiked": false, "reviews": [] // 항상 빈 배열 } }

failure